Searched refs:ConstantPartialShape (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.cc | 451 Status ShapeRefiner::ConstantPartialShape(InferenceContext* target_context, in ConstantPartialShape() function in tensorflow::ShapeRefiner 523 TF_RETURN_IF_ERROR(ConstantPartialShape(target_context, input_edge->src(), in ConstantPartialShape() 616 TF_RETURN_IF_ERROR(ConstantPartialShape(ctx, slice_node, 0, &input)); in PartialStridedSliceShape() 706 TF_RETURN_IF_ERROR(ConstantPartialShape(c, node, i, &s)); in RunShapeFn()
|
D | shape_refiner.h | 251 Status ConstantPartialShape(shape_inference::InferenceContext* target_context,
|