Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reorder_axes.cc68 UnextendShape(&input_shape, 2); in ReorderAxes()
69 UnextendShape(&output_shape, 2); in ReorderAxes()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.h114 void UnextendShape(Shape* shape, int new_shape_size);
Dexport_tensorflow.cc444 UnextendShape(&bias_shape_1d, 1); in ConvertConvOperator()
535 UnextendShape(&bias_shape_1d, 1); in ConvertDepthwiseConvOperator()
668 UnextendShape(&bias_shape_1d, 1); in ConvertFullyConnectedOperator()
1542 UnextendShape(&bias_shape_1d, 1); in ConvertLstmCellOperator()
Dtooling_util.cc646 void UnextendShape(Shape* shape, int new_shape_size) { in UnextendShape() function