Home
last modified time | relevance | path

Searched defs:InsertNodeAfter (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.cc124 absl::Status GraphFloat32::InsertNodeAfter(NodeId id, Node** new_node) { in InsertNodeAfter() function in tflite::gpu::GraphFloat32
Dmodel_test.cc479 TEST(Model, InsertNodeAfter) { in TEST() argument