Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc113 PyObject* CalibrationWrapper::SetTensor(int index, PyObject* value) { in SetTensor() function in tflite::calibration_wrapper::CalibrationWrapper
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc243 void TensorHandle::SetTensor(const tensorflow::Tensor& tensor) { in SetTensor() function in tensorflow::TensorHandle
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc235 PyObject* InterpreterWrapper::SetTensor(int i, PyObject* value) { in SetTensor() function in tflite::interpreter_wrapper::InterpreterWrapper