Home
last modified time | relevance | path

Searched defs:kheight (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dcreate_im2col_arrays.cc41 const int kheight = weights_shape.dims(1); in ProcessConvOperator() local
Dpropagate_fixed_sizes.cc35 int kheight, int stride_width, int stride_height, in ComputeConvSizes()
145 const int kheight = weights_shape.dims(1); in ProcessConvOperator() local
209 const int kheight = weights_shape.dims(1); in ProcessTransposeConvOperator() local
286 const int kheight = weights_shape.dims(1); in ProcessDepthwiseConvOperator() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h449 const Dims<4>& input_dims, int w, int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn()
483 int stride_height, int pad_width, int pad_height, int kheight, in Im2col()
503 int pad_width, int pad_height, int kheight, int kwidth, in Im2col()
711 int pad_width, int pad_height, int kheight, int kwidth, in Im2col()
1204 int pad_height, int kwidth, int kheight, in AveragePool()
1225 int pad_height, int kwidth, int kheight, float* output_data, in AveragePool()
1299 int pad_height, int kwidth, int kheight, in MaxPool()
1319 int kwidth, int kheight, float* output_data, in MaxPool()
Doptimized_ops.h1974 int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn()
2146 void Im2col(const ConvParams& params, int kheight, int kwidth, uint8 zero_byte, in Im2col()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h1400 int pad_height, int kwidth, int kheight, in AveragePool()
1475 int pad_height, int kwidth, int kheight, float* output_data, in AveragePool()
1549 int pad_height, int kwidth, int kheight, in MaxPool()
1569 int kwidth, int kheight, float* output_data, in MaxPool()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1837 int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn()
1929 const Dims<4>& input_dims, int w, int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn()
2047 void Im2col(const ConvParams& params, int kheight, int kwidth, uint8 zero_byte, in Im2col()
2085 int stride_height, int pad_width, int pad_height, int kheight, in Im2col()
2105 int pad_width, int pad_height, int kheight, int kwidth, in Im2col()
2565 int pad_width, int pad_height, int kheight, int kwidth, in Im2col()