Searched defs:GetDType (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ | ||
H A D | gradients.cc | 87 tensorflow::DataType TapeTensor::GetDType() const { in GetDType() function in tensorflow::gradients::TapeTensor |
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ | ||
H A D | pywrap_tfe_src.cc | 1211 tensorflow::DataType GetDType() const { return dtype_; } in GetDType() function in PyTapeTensor |