Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc385 const int weights_output_depth = weights_shape.dims(0); in ProcessFullyConnectedOperator() local
393 output_array.copy_shape(Shape({matmul_repeats, weights_output_depth})); in ProcessFullyConnectedOperator()