Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dpropagate_fixed_sizes.cc1968 const auto& depth_array = in ProcessOneHotOperator() local
1970 if (!depth_array.has_shape()) { in ProcessOneHotOperator()
1974 CHECK(depth_array.data_type == ArrayDataType::kInt32) in ProcessOneHotOperator()
1976 CHECK_EQ(RequiredBufferSizeForShape(depth_array.shape()), 1) in ProcessOneHotOperator()
1979 const int depth = depth_array.GetBuffer<ArrayDataType::kInt32>().data[0]; in ProcessOneHotOperator()