Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc859 .SetShapeFn(shape_inference::ReductionShape);
868 .SetShapeFn(shape_inference::ReductionShape);
877 .SetShapeFn(shape_inference::ReductionShape);
886 .SetShapeFn(shape_inference::ReductionShape);
895 .SetShapeFn(shape_inference::ReductionShape);
904 .SetShapeFn(shape_inference::ReductionShape);
1300 .SetShapeFn(shape_inference::ReductionShape);
1308 .SetShapeFn(shape_inference::ReductionShape);
Dstring_ops.cc102 .SetShapeFn(shape_inference::ReductionShape);
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h270 Status ReductionShape(shape_inference::InferenceContext* c);
Dcommon_shape_fns.cc1154 Status ReductionShape(InferenceContext* c) { in ReductionShape() function