Searched defs:SetTensor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ | ||
D | tensor_handle_data.cc | 84 Status LocalTensorHandleData::SetTensor(tensorflow::Tensor&& t) { in SetTensor() function in tensorflow::LocalTensorHandleData |
D | tensor_handle.cc | 927 Status TensorHandle::SetTensor(tensorflow::Tensor&& t, const Device* d) { in SetTensor() function in tensorflow::TensorHandle |
/external/tensorflow/tensorflow/lite/python/optimize/ | ||
D | calibration_wrapper.cc | 263 PyObject* CalibrationWrapper::SetTensor(int index, PyObject* value) { in SetTensor() function in tflite::calibration_wrapper::CalibrationWrapper |
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ | ||
D | interpreter_wrapper.cc | 480 PyObject* InterpreterWrapper::SetTensor(int i, PyObject* value, in SetTensor() function in tflite::interpreter_wrapper::InterpreterWrapper |