Searched defs:height_size (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | matmul_builder.cc | 32 void GetDims(int* batch_size, int* height_size, int* width_size, in GetDims() 166 int batch_size, height_size, width_size, depth_size; in PopulateSubGraph() local 228 int batch_size, height_size, width_size, depth_size; in PopulateSubGraph() local
|
D | cast_builder.cc | 43 int batch_size, height_size, width_size, depth_size; in PopulateSubGraph() local
|
D | op_builder.h | 177 void GetDims(int* batch_size, int* height_size, int* width_size, in GetDims() 373 void GetDims(int* batch_size, int* height_size, int* width_size, in GetDims()
|
D | op_builder.cc | 205 int batch_size, height_size, width_size, depth_size; in AddConstNodeWithData() local 327 int batch_size, height_size, width_size, depth_size; in AddOutput() local
|
D | rsqrt_builder.cc | 86 int batch_size, height_size, width_size, depth_size; in PopulateSubGraph() local
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | utils.cc | 61 TfLiteStatus Get4DShape(unsigned int* batch_size, unsigned int* height_size, in Get4DShape()
|