Home
last modified time | relevance | path

Searched defs:execution_plan (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc303 TfLiteIntArray** execution_plan) { in TEST()
362 TfLiteIntArray** execution_plan) { in TEST()
425 TfLiteIntArray** execution_plan) { in TEST()
539 TfLiteIntArray** execution_plan) { in TEST()
706 TfLiteIntArray** execution_plan) { in TEST()
926 TfLiteIntArray** execution_plan) { in TEST()
997 TfLiteIntArray** execution_plan) { in TEST()
1200 TfLiteIntArray** execution_plan) { in TEST()
/external/tensorflow/tensorflow/lite/java/src/test/native/
Dinterpreter_test_jni.cc62 TfLiteIntArray* execution_plan; in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate() local
/external/tensorflow/tensorflow/lite/delegates/
Dutils_test.cc133 TfLiteIntArray** execution_plan) { in MockGetExecutionPlan()
212 TfLiteIntArray** execution_plan) { in ErrorGetExecutionPlan()
Dutils.cc116 TfLiteIntArray* execution_plan = nullptr; in PrepareSupportedNodes() local
Ddelegate_test_util.cc161 TfLiteIntArray* execution_plan; in SimpleDelegate() local
Ddelegate_test.cc829 TfLiteIntArray* execution_plan; in SetUp() local
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h192 std::vector<int>& execution_plan() { return execution_plan_; } in execution_plan() function
195 const std::vector<int>& execution_plan() const { return execution_plan_; } in execution_plan() function
Dsubgraph.cc469 TfLiteStatus Subgraph::GetExecutionPlan(TfLiteIntArray** execution_plan) { in GetExecutionPlan()
483 TfLiteIntArray** execution_plan) { in GetExecutionPlan()
901 int first_execution_plan_index, const std::vector<int>& execution_plan, in PrepareOpsStartingAt()
/external/XNNPACK/bench/
Dend2end.cc33 auto execution_plan = model_factory(threadpool.get()); in End2EndBenchmark() local
Df32-dwconv-e2e.cc51 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
Df32-gemm-e2e.cc53 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
Dqs8-gemm-e2e.cc55 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
/external/tensorflow/tensorflow/lite/tools/serialization/
Dwriter_lib.cc329 const std::vector<int>& execution_plan) { in CheckInputOutput()
388 const std::vector<int>& execution_plan) { in SetCustomInputOutput()
/external/tensorflow/tensorflow/lite/
Dinterpreter.h237 const std::vector<int>& execution_plan() const { in execution_plan() function
Dinterpreter_test.cc975 TfLiteIntArray* execution_plan; in TEST() local
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc530 const Tensor& execution_plan = context->input(0); in DoWork() local
Dtpu_execute_op.cc412 const Tensor& execution_plan = context->input(0); in DoWork() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc121 TfLiteIntArray* execution_plan; in Create() local
2931 TfLiteIntArray* execution_plan = nullptr; in PrepareOpsToDelegate() local