/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | model_builder_test.cc | 318 TfLiteIntArray** execution_plan) { in TEST() 375 TfLiteIntArray** execution_plan) { in TEST() 438 TfLiteIntArray** execution_plan) { in TEST() 552 TfLiteIntArray** execution_plan) { in TEST() 719 TfLiteIntArray** execution_plan) { in TEST() 937 TfLiteIntArray** execution_plan) { in TEST() 1005 TfLiteIntArray** execution_plan) { in TEST() 1203 TfLiteIntArray** execution_plan) { in TEST() 1276 TfLiteIntArray** execution_plan) { in TEST() 1333 TfLiteIntArray** execution_plan) { in TEST() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/ |
H A D | writer_lib.cc | 356 const std::vector<int>& execution_plan) { in CheckInputOutput() 415 const std::vector<int>& execution_plan) { in SetCustomInputOutput() 504 const std::vector<int>& outputs, const std::vector<int>& execution_plan) { in SetCustomInputOutput()
|
/aosp_15_r20/external/executorch/runtime/executor/test/ |
H A D | tensor_parser_test.cpp | 85 executorch_flatbuffer::ExecutionPlan* execution_plan = in test_module_add() local 138 executorch_flatbuffer::ExecutionPlan* execution_plan = in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | utils_test.cc | 134 TfLiteIntArray** execution_plan) { in MockGetExecutionPlan() 213 TfLiteIntArray** execution_plan) { in ErrorGetExecutionPlan()
|
H A D | delegate_test.cc | 875 TfLiteIntArray* execution_plan; in SetUp() local 1019 TfLiteIntArray* execution_plan; in SetUp() local
|
H A D | utils.cc | 119 TfLiteIntArray* execution_plan = nullptr; in PrepareSupportedNodes() local
|
H A D | delegate_test_util.cc | 182 TfLiteIntArray* execution_plan; in SimpleDelegate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/ |
H A D | subgraph.h | 203 std::vector<int>& execution_plan() { return execution_plan_; } in execution_plan() function 206 const std::vector<int>& execution_plan() const { return execution_plan_; } in execution_plan() function
|
H A D | subgraph.cc | 501 TfLiteStatus Subgraph::GetExecutionPlan(TfLiteIntArray** execution_plan) { in GetExecutionPlan() 514 TfLiteIntArray** execution_plan) { in GetExecutionPlan() 1076 int first_execution_plan_index, const std::vector<int>& execution_plan, in PrepareOpsStartingAt()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/nnapi/ |
H A D | nnapi_compatibility_lib.cc | 40 TfLiteIntArray* execution_plan; in CheckCompatibility() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/native/ |
H A D | interpreter_test_jni.cc | 62 TfLiteIntArray* execution_plan; in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | simple_planner.h | 93 void DumpDebugInfo(const std::vector<int>& execution_plan) const override{}; in DumpDebugInfo()
|
H A D | simple_memory_arena.cc | 192 const std::string& name, const std::vector<int>& execution_plan, in DumpArenaInfo()
|
H A D | simple_memory_arena_debug_dump.cc | 134 const std::vector<int>& execution_plan, size_t arena_size, in DumpArenaInfo()
|
H A D | interpreter.h | 244 const std::vector<int>& execution_plan() const { in execution_plan() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/common/ |
H A D | delegate_compatibility_checker_base.cc | 71 TfLiteIntArray* execution_plan; in checkModelCompatibilityOnline() local
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | end2end.cc | 33 auto execution_plan = model_factory(threadpool.get()); in End2EndBenchmark() local
|
H A D | qu8-dwconv-e2e.cc | 55 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
|
H A D | f32-dwconv-e2e.cc | 60 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
|
H A D | f32-gemm-e2e.cc | 85 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local 143 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
|
H A D | qs8-dwconv-e2e.cc | 53 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/ |
H A D | op_signature_test.cc | 116 TfLiteIntArray** execution_plan) { in StubGetExecutionPlan()
|
/aosp_15_r20/external/executorch/runtime/executor/ |
H A D | program.cpp | 218 const auto execution_plan = internal_program->execution_plan(); in num_methods() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
H A D | xrt_execute_op.cc | 534 const Tensor& execution_plan = context->input(0); in DoWork() local
|
H A D | tpu_execute_op.cc | 414 const Tensor& execution_plan = context->input(0); in DoWork() local
|