Home
last modified time | relevance | path

Searched defs:tensor_obj (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconverter.cc566 absl::Status CopyToBoolCpu(const TensorObject& tensor_obj, in CopyToBoolCpu()
591 const TensorObject& tensor_obj) { in CopyFromBoolCpu()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc1167 PyObject* tensor_obj = tensors_array[i]; in TFE_Py_TensorShapeSlice() local
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_test_util.py219 def _check_tensors_equal_variables(self, obj, tensor_obj): argument