Home
last modified time | relevance | path

Searched refs:UpdateParams (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcompute_task.h60 absl::Status UpdateParams();
Dinference_context.cc159 RETURN_IF_ERROR(UpdateParams(metal_device.GetInfo())); in InitFromGraph()
414 absl::Status InferenceContext::UpdateParams(const GpuInfo& gpu_info) { in UpdateParams() function in tflite::gpu::metal::InferenceContext
424 RETURN_IF_ERROR(node.task.UpdateParams()); in UpdateParams()
Dinference_context.h144 absl::Status UpdateParams(const GpuInfo& gpu_info);
Dcompute_task.cc190 absl::Status ComputeTask::UpdateParams() { in UpdateParams() function in tflite::gpu::metal::ComputeTask
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dcl_test.cc87 RETURN_IF_ERROR(cl_op.UpdateParams()); in ExecuteGPUOperation()
135 RETURN_IF_ERROR(cl_op.UpdateParams()); in ExecuteGPUOperation()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_operation.h66 absl::Status UpdateParams();
Dinference_context.cc167 RETURN_IF_ERROR(UpdateParams()); in InitFromGraph()
224 RETURN_IF_ERROR(UpdateParams()); in RestoreDeserialized()
644 absl::Status InferenceContext::UpdateParams() { in UpdateParams() function in tflite::gpu::cl::InferenceContext
646 RETURN_IF_ERROR(node.cl_operation.UpdateParams()); in UpdateParams()
Dcl_operation.cc156 absl::Status ClOperation::UpdateParams() { in UpdateParams() function in tflite::gpu::cl::ClOperation
Dinference_context.h140 absl::Status UpdateParams();
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.cc101 RETURN_IF_ERROR(gpu_task.UpdateParams()); in ExecuteGPUOperation()