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
Dgpu_model.cc226 if (!(graph.IsGraphInput(t->id) || graph.IsGraphOutput(t->id))) { in ReserveGraphTensors()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler.cc173 graph.IsGraphInput(value->id) || graph.IsGraphOutput(value->id) || in Compile()
Dapi2.cc637 graph_.IsGraphInput(value->id) ? AccessType::READ : AccessType::WRITE; in LinkTensors()