Home
last modified time | relevance | path

Searched refs:InitFromGraphWithTransforms (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
H A Dperformance_profiling.cc62 context.InitFromGraphWithTransforms(create_info, &graph_cl, &env)); in RunPredefinedLayoutSample()
112 context.InitFromGraphWithTransforms(create_info, &graph_cl, &env)); in RunExternalImmutableSample()
151 test_context.InitFromGraphWithTransforms(create_info, &graph_cl, &env)); in RunSerializedTest()
159 RETURN_IF_ERROR(context.InitFromGraphWithTransforms(create_info, &graph_cl, in RunSerializedTest()
296 context.InitFromGraphWithTransforms(create_info, &graph_cl, &env)); in RunModelSample()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/benchmarking/
H A Dmain.mm141 RETURN_IF_ERROR(inference_context.InitFromGraphWithTransforms(create_info, graph, device));
208 RETURN_IF_ERROR(inference_context.InitFromGraphWithTransforms(create_info, graph, device));
277 inference_context.InitFromGraphWithTransforms(create_info, graph, device, &serialized_model));
282 RETURN_IF_ERROR(test_context.InitFromGraphWithTransforms(create_info, graph, device));
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.h73 absl::Status InitFromGraphWithTransforms(
H A Dinference_context.cc113 absl::Status InferenceContext::InitFromGraphWithTransforms( in InitFromGraphWithTransforms() function in tflite::gpu::metal::InferenceContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.h82 absl::Status InitFromGraphWithTransforms(
H A Dinference_context.cc428 absl::Status InferenceContext::InitFromGraphWithTransforms( in InitFromGraphWithTransforms() function in tflite::gpu::cl::InferenceContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Dmetal_delegate.mm463 inference_context_.InitFromGraphWithTransforms(create_info, &graph, metal_device_));