Home
last modified time | relevance | path

Searched refs:kMaxConstArraySize (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dnode_shader.h116 static constexpr int kMaxConstArraySize = 9; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Ddepthwise_conv.cc49 const bool offsets_count_too_large = offsets_count > kMaxConstArraySize; in GenerateCode()
Dconv.cc50 const bool offsets_count_too_large = offsets_count > kMaxConstArraySize; in GenerateCode()