MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetID

Method GetID

tensorflow/python/eager/pywrap_tfe_src.cc:990–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 PyObject* GetShape() const;
989 PyObject* GetPyDType() const { return PyLong_FromLong(dtype_); }
990 tensorflow::int64 GetID() const { return id_; }
991 tensorflow::DataType GetDType() const { return dtype_; }
992
993 private:

Callers 6

TapeSetRecordOperationFunction · 0.80
RecordOperationMethod · 0.80
DeleteTraceMethod · 0.80
InitialGradientsFunction · 0.80
ComputeGradientMethod · 0.80
AccumulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected