Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/nnapi/
Dnnapi_compatibility_lib.cc40 TfLiteIntArray* execution_plan; in CheckCompatibility() local
/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/gpu/common/
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 …]
/external/tensorflow/tensorflow/lite/delegates/
Dutils_test.cc134 TfLiteIntArray** execution_plan) { in MockGetExecutionPlan()
213 TfLiteIntArray** execution_plan) { in ErrorGetExecutionPlan()
Dutils.cc119 TfLiteIntArray* execution_plan = nullptr; in PrepareSupportedNodes() local
Ddelegate_test.cc875 TfLiteIntArray* execution_plan; in SetUp() local
1019 TfLiteIntArray* execution_plan; in SetUp() local
Ddelegate_test_util.cc182 TfLiteIntArray* execution_plan; in SimpleDelegate() local
/external/tensorflow/tensorflow/lite/
Dsimple_planner.h93 void DumpDebugInfo(const std::vector<int>& execution_plan) const override{}; in DumpDebugInfo()
Dsimple_memory_arena.cc192 const std::string& name, const std::vector<int>& execution_plan, in DumpArenaInfo()
Dsimple_memory_arena_debug_dump.cc134 const std::vector<int>& execution_plan, size_t arena_size, in DumpArenaInfo()
Dinterpreter.h244 const std::vector<int>& execution_plan() const { in execution_plan() function
/external/tensorflow/tensorflow/lite/tools/serialization/
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()
/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/common/
Ddelegate_compatibility_checker_base.cc71 TfLiteIntArray* execution_plan; in checkModelCompatibilityOnline() local
/external/tensorflow/tensorflow/lite/core/
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
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()
/external/XNNPACK/bench/
Dend2end.cc33 auto execution_plan = model_factory(threadpool.get()); in End2EndBenchmark() local
Dqu8-dwconv-e2e.cc55 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
Df32-dwconv-e2e.cc60 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
Dqs8-dwconv-e2e.cc53 auto execution_plan = model_factory(nullptr); in DWConvEnd2EndBenchmark() local
Df32-gemm-e2e.cc85 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
143 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
Dqu8-gemm-e2e.cc59 auto execution_plan = model_factory(nullptr); in GEMMEnd2EndBenchmark() local
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_signature_test.cc116 TfLiteIntArray** execution_plan) { in StubGetExecutionPlan()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_execute_op.cc414 const Tensor& execution_plan = context->input(0); in DoWork() local
Dxrt_execute_op.cc534 const Tensor& execution_plan = context->input(0); in DoWork() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc272 TfLiteIntArray* execution_plan; in Create() local
4765 TfLiteIntArray* execution_plan = nullptr; in PrepareOpsToDelegate() local

12