Home
last modified time | relevance | path

Searched defs:first_node (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dremove_noop_test.cc42 auto first_node = graph.NewNode(); in TEST() local
70 auto first_node = graph.NewNode(); in TEST() local
97 auto first_node = graph.NewNode(); in TEST() local
124 auto first_node = graph.NewNode(); in TEST() local
179 auto first_node = graph.NewNode(); in TEST() local
/external/tensorflow/tensorflow/lite/
Darena_planner.cc186 TfLiteStatus ArenaPlanner::ExecuteAllocations(int first_node, int last_node) { in ExecuteAllocations()
264 std::vector<int32_t> ArenaPlanner::CreateTensorAllocationVector(int first_node, in CreateTensorAllocationVector()
305 TfLiteStatus ArenaPlanner::CalculateAllocations(int first_node, int last_node) { in CalculateAllocations()
Dsimple_memory_arena.h42 int32_t first_node; member
Dsimple_memory_arena.cc45 int32_t first_node, int32_t last_node, in Allocate()
Dsimple_planner.cc170 TfLiteStatus SimplePlanner::ExecuteAllocations(int first_node, int last_node) { in ExecuteAllocations()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
Dinstruction.cpp607 Instruction* first_node = list.front().get(); in InsertBefore() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
Dinstruction.cpp605 Instruction* first_node = list.front().get(); in InsertBefore() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore() local
Dinstruction.cpp605 Instruction* first_node = list.front().get(); in InsertBefore() local
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dmessage.cc34 explicit MessageStack(Message* first_node) { in MessageStack()
/external/tensorflow/tensorflow/lite/testing/
Dmessage.cc31 explicit MessageStack(Message* first_node) { in MessageStack()
/external/XNNPACK/src/xnnpack/
Dmemory-planner.h22 uint32_t first_node; member
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h110 NodeType* first_node = list->sentinel_.next_node_; in MoveBefore() local
/external/XNNPACK/src/
Dmemory-planner.c55 const struct xnn_node* first_node = subgraph->nodes; in populate_value_lifecycle() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcontrol_flow_deps_to_chains.cc215 NodeDef* first_node = modified_body.mutable_node_def(node_index[r]); in Run() local
/external/zstd/tests/
Dparamgrill.c757 winner_ll_node* first_node = malloc(sizeof(winner_ll_node)); in insertWinner() local
/external/mesa3d/src/compiler/nir/
Dnir.h3873 nir_cf_node *first_node = exec_node_data(nir_cf_node, in nir_before_cf_list() local