Searched refs:VerifyReducerShape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference.cc | 62 Status VerifyReducerShape(const ProgramShape& reducer_shape, in VerifyReducerShape() function 2154 TF_RETURN_IF_ERROR(VerifyReducerShape(to_apply, init_values, element_types, in InferReduceShape() 2190 TF_RETURN_IF_ERROR(VerifyReducerShape(to_apply_shape, {&init_value_shape}, in InferReduceWindowShape() 2216 TF_RETURN_IF_ERROR(VerifyReducerShape(to_apply_shape, init_values, in InferReduceWindowShape() 2282 TF_RETURN_IF_ERROR(VerifyReducerShape(scatter_shape, {&init_value_shape}, in InferSelectAndScatterShape() 3568 TF_RETURN_IF_ERROR(VerifyReducerShape(to_apply_shape, {&init_value_shape}, in InferScatterShape()
|