Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder_test.cc318 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 Dwriter_lib.cc356 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 Dtensor_parser_test.cpp85 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 Dutils_test.cc134 TfLiteIntArray** execution_plan) { in MockGetExecutionPlan()
213 TfLiteIntArray** execution_plan) { in ErrorGetExecutionPlan()
H A Ddelegate_test.cc875 TfLiteIntArray* execution_plan; in SetUp() local
1019 TfLiteIntArray* execution_plan; in SetUp() local
H A Dutils.cc119 TfLiteIntArray* execution_plan = nullptr; in PrepareSupportedNodes() local
H A Ddelegate_test_util.cc182 TfLiteIntArray* execution_plan; in SimpleDelegate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h203 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 Dsubgraph.cc501 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 Dnnapi_compatibility_lib.cc40 TfLiteIntArray* execution_plan; in CheckCompatibility() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/native/
H A Dinterpreter_test_jni.cc62 TfLiteIntArray* execution_plan; in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_planner.h93 void DumpDebugInfo(const std::vector<int>& execution_plan) const override{}; in DumpDebugInfo()
H A Dsimple_memory_arena.cc192 const std::string& name, const std::vector<int>& execution_plan, in DumpArenaInfo()
H A Dsimple_memory_arena_debug_dump.cc134 const std::vector<int>& execution_plan, size_t arena_size, in DumpArenaInfo()
H A Dinterpreter.h244 const std::vector<int>& execution_plan() const { in execution_plan() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/common/
H A Ddelegate_compatibility_checker_base.cc71 TfLiteIntArray* execution_plan; in checkModelCompatibilityOnline() local
/aosp_15_r20/external/XNNPACK/bench/
H A Dend2end.cc33 auto execution_plan = model_factory(threadpool.get()); in End2EndBenchmark() local
H A Dqu8-dwconv-e2e.cc55 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
H A Df32-dwconv-e2e.cc60 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
H A Df32-gemm-e2e.cc85 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
143 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
H A Dqs8-dwconv-e2e.cc53 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dop_signature_test.cc116 TfLiteIntArray** execution_plan) { in StubGetExecutionPlan()
/aosp_15_r20/external/executorch/runtime/executor/
H A Dprogram.cpp218 const auto execution_plan = internal_program->execution_plan(); in num_methods() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_execute_op.cc534 const Tensor& execution_plan = context->input(0); in DoWork() local
H A Dtpu_execute_op.cc414 const Tensor& execution_plan = context->input(0); in DoWork() local

12