Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc431 int wildcard_index = 0; in ProcessTensorFlowReshapeOperator() local
437 wildcard_index = i; in ProcessTensorFlowReshapeOperator()
449 shape_data[wildcard_index] = input_flat_size / product_non_wildcard_dims; in ProcessTensorFlowReshapeOperator()