Home
last modified time | relevance | path

Searched refs:SetTensor (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc104 if (!SetTensor(input_tensor_idx, input)) { in FeedTensor()
113 PyObject* CalibrationWrapper::SetTensor(int index, PyObject* value) { in SetTensor() function in tflite::calibration_wrapper::CalibrationWrapper
Dcalibration_wrapper.h77 PyObject* SetTensor(int index, PyObject* value);
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcopy_to_device_node.h51 dst_->SetTensor(*tensor); in Run()
Dtensor_handle.h103 void SetTensor(const tensorflow::Tensor& tensor);
Dtensor_handle.cc243 void TensorHandle::SetTensor(const tensorflow::Tensor& tensor) { in SetTensor() function in tensorflow::TensorHandle
Dexecute.cc1027 retvals[i]->SetTensor(outputs[i]); in EagerKernelExecute()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h67 PyObject* SetTensor(int i, PyObject* value);
Dinterpreter_wrapper.cc235 PyObject* InterpreterWrapper::SetTensor(int i, PyObject* value) { in SetTensor() function in tflite::interpreter_wrapper::InterpreterWrapper
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py187 self._interpreter.SetTensor(tensor_index, value)