Searched refs:InitFromGraphWithTransforms (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/ |
H A D | performance_profiling.cc | 62 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 D | main.mm | 141 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 D | inference_context.h | 73 absl::Status InitFromGraphWithTransforms(
|
H A D | inference_context.cc | 113 absl::Status InferenceContext::InitFromGraphWithTransforms( in InitFromGraphWithTransforms() function in tflite::gpu::metal::InferenceContext
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | inference_context.h | 82 absl::Status InitFromGraphWithTransforms(
|
H A D | inference_context.cc | 428 absl::Status InferenceContext::InitFromGraphWithTransforms( in InitFromGraphWithTransforms() function in tflite::gpu::cl::InferenceContext
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/ |
H A D | metal_delegate.mm | 463 inference_context_.InitFromGraphWithTransforms(create_info, &graph, metal_device_));
|