Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dcollective_ops.cc44 .SetShapeFn(shape_inference::ExplicitShape);
55 .SetShapeFn(shape_inference::ExplicitShape);
65 .SetShapeFn(shape_inference::ExplicitShape);
Dscoped_allocator_ops.cc30 .SetShapeFn(shape_inference::ExplicitShape)
62 .SetShapeFn(shape_inference::ExplicitShape)
Dstate_ops.cc31 .SetShapeFn(shape_inference::ExplicitShape);
70 .SetShapeFn(shape_inference::ExplicitShape);
Dtpu_outfeed_ops.cc43 .SetShapeFn(shape_inference::ExplicitShape);
Dtpu_infeed_ops.cc30 .SetShapeFn(shape_inference::ExplicitShape);
Darray_ops.cc731 .SetShapeFn(shape_inference::ExplicitShape);
1052 .SetShapeFn(shape_inference::ExplicitShape)
1895 .SetShapeFn(shape_inference::ExplicitShape)
Dmath_ops.cc114 .SetShapeFn(shape_inference::ExplicitShape);
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h324 Status ExplicitShape(InferenceContext* c);
Dcommon_shape_fns.cc1606 Status ExplicitShape(InferenceContext* c) { in ExplicitShape() function