Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/optimize/
H A Dcalibration_wrapper.cc378 PyObject* CalibrationWrapper::SetTensor(int index, PyObject* value, in SetTensor() function in tflite::calibration_wrapper::CalibrationWrapper
467 PyObject* CalibrationWrapper::SetTensor(int index, PyObject* value) { in SetTensor() function in tflite::calibration_wrapper::CalibrationWrapper
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dtensor_handle_data.cc84 Status LocalTensorHandleData::SetTensor(tensorflow::Tensor&& t) { in SetTensor() function in tensorflow::LocalTensorHandleData
H A Dtensor_handle.cc927 Status TensorHandle::SetTensor(tensorflow::Tensor&& t, const Device* d) { in SetTensor() function in tensorflow::TensorHandle
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor.cpp271 void LazyTensor::SetTensor(at::Tensor tensor) { in SetTensor() function in torch::lazy::LazyTensor
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc488 PyObject* InterpreterWrapper::SetTensor(int i, PyObject* value, in SetTensor() function in tflite::interpreter_wrapper::InterpreterWrapper
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.cc771 absl::Status InferenceContext::SetTensor(const ValueId& tensor_id, in SetTensor() function in tflite::gpu::metal::InferenceContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc699 absl::Status InferenceContext::SetTensor(const ValueId& tensor_id, in SetTensor() function in tflite::gpu::cl::InferenceContext