Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dresolve_svdf.cc85 std::vector<int32> shape_values( in InferFilterRank() local
88 reinterpret_cast<char*>(shape_values.data())); in InferFilterRank()
89 CHECK_EQ(shape_values.size(), 3); in InferFilterRank()
92 CHECK_EQ(shape_values[2], -1); in InferFilterRank()
93 return shape_values[1]; in InferFilterRank()
/external/tensorflow/tensorflow/python/ops/
Dspecial_math_ops.py446 def _total_size(shape_values): argument
453 for val in shape_values: