Home
last modified time | relevance | path

Searched refs:IsGraphOutput (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h104 bool IsGraphOutput(ValueId id) const;
Dmodel.cc79 bool GraphFloat32::IsGraphOutput(ValueId id) const { in IsGraphOutput() function in tflite::gpu::GraphFloat32
Dmodel_builder.cc2658 if (!graph->IsGraphOutput(value_id)) { in BuildModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc170 graph.IsGraphInput(value->id) || graph.IsGraphOutput(value->id) || in Compile()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc273 if (graph.IsGraphInput(t->id) || graph.IsGraphOutput(t->id)) { in ReserveGraphTensors()