Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1057 const int fc_input_depth = weights_shape.dims(1); in ProcessLstmCellOperator() local
1058 CHECK_EQ(input_depth + depth, fc_input_depth); in ProcessLstmCellOperator()
1071 fc_input_depth; in ProcessLstmCellOperator()