Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
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()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/benchmarking/
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));
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.h73 absl::Status InitFromGraphWithTransforms(
Dinference_context.cc113 absl::Status InferenceContext::InitFromGraphWithTransforms( in InitFromGraphWithTransforms() function in tflite::gpu::metal::InferenceContext
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h82 absl::Status InitFromGraphWithTransforms(
Dinference_context.cc428 absl::Status InferenceContext::InitFromGraphWithTransforms( in InitFromGraphWithTransforms() function in tflite::gpu::cl::InferenceContext
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm463 inference_context_.InitFromGraphWithTransforms(create_info, &graph, metal_device_));