Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dscoped_allocator_ops.cc30 .SetShapeFn(shape_inference::ExplicitShape)
62 .SetShapeFn(shape_inference::ExplicitShape)
Dtpu_outfeed_ops.cc44 .SetShapeFn(shape_inference::ExplicitShape);
75 .SetShapeFn(shape_inference::ExplicitShape);
Dcollective_ops.cc93 .SetShapeFn(shape_inference::ExplicitShape);
105 .SetShapeFn(shape_inference::ExplicitShape);
Dtpu_infeed_ops.cc30 .SetShapeFn(shape_inference::ExplicitShape);
Dstate_ops.cc31 .SetShapeFn(shape_inference::ExplicitShape);
70 .SetShapeFn(shape_inference::ExplicitShape);
Darray_ops.cc737 .SetShapeFn(shape_inference::ExplicitShape);
1119 .SetShapeFn(shape_inference::ExplicitShape)
2050 .SetShapeFn(shape_inference::ExplicitShape)
Dmath_ops.cc114 .SetShapeFn(shape_inference::ExplicitShape);
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h265 Status ExplicitShape(InferenceContext* c);
Dcommon_shape_fns.cc2386 Status ExplicitShape(InferenceContext* c) { in ExplicitShape() function