Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc387 const int input_overall_size = RequiredBufferSizeForShape(input_shape); in ProcessFullyConnectedOperator() local
388 const int matmul_repeats = input_overall_size / weights_shape.dims(1); in ProcessFullyConnectedOperator()
389 CHECK_EQ(matmul_repeats * weights_shape.dims(1), input_overall_size); in ProcessFullyConnectedOperator()