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.h117 void UnextendShape(Shape* shape, int new_shape_size);
Dexport_tensorflow.cc440 UnextendShape(&bias_shape_1d, 1); in ConvertConvOperator()
530 UnextendShape(&bias_shape_1d, 1); in ConvertDepthwiseConvOperator()
663 UnextendShape(&bias_shape_1d, 1); in ConvertFullyConnectedOperator()
1512 UnextendShape(&bias_shape_1d, 1); in ConvertLstmCellOperator()
Dtooling_util.cc618 void UnextendShape(Shape* shape, int new_shape_size) { in UnextendShape() function