Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h102 bool IsGraphInput(ValueId id) const;
Dmodel.cc72 bool GraphFloat32::IsGraphInput(ValueId id) const { in IsGraphInput() function in tflite::gpu::GraphFloat32
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc170 graph.IsGraphInput(value->id) || graph.IsGraphOutput(value->id) || in Compile()
Dapi2.cc634 graph_.IsGraphInput(value->id) ? AccessType::READ : AccessType::WRITE; in LinkTensors()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc273 if (graph.IsGraphInput(t->id) || graph.IsGraphOutput(t->id)) { in ReserveGraphTensors()