Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc996 .SetShapeFn(shape_inference::ReductionShape);
1005 .SetShapeFn(shape_inference::ReductionShape);
1014 .SetShapeFn(shape_inference::ReductionShape);
1023 .SetShapeFn(shape_inference::ReductionShape);
1032 .SetShapeFn(shape_inference::ReductionShape);
1041 .SetShapeFn(shape_inference::ReductionShape);
1414 .SetShapeFn(shape_inference::ReductionShape);
1422 .SetShapeFn(shape_inference::ReductionShape);
Dstring_ops.cc102 .SetShapeFn(shape_inference::ReductionShape);
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h200 Status ReductionShape(shape_inference::InferenceContext* c);
Dcommon_shape_fns.cc1828 Status ReductionShape(InferenceContext* c) { in ReductionShape() function