Searched defs:SetTensor (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/python/optimize/ | ||
D | calibration_wrapper.cc | 151 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 | 362 PyObject* InterpreterWrapper::SetTensor(int i, PyObject* value) { in SetTensor() function in tflite::interpreter_wrapper::InterpreterWrapper |
/external/tensorflow/tensorflow/core/common_runtime/eager/ | ||
D | tensor_handle.cc | 561 Status TensorHandle::SetTensor(tensorflow::Tensor&& tensor) { in SetTensor() function in tensorflow::TensorHandle |