Searched refs:ConstantPartialShape (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.cc | 433 Status ShapeRefiner::ConstantPartialShape( in ConstantPartialShape() function in tensorflow::ShapeRefiner 491 if (!ConstantPartialShape(target_context, input_edge->src(), 0, in ConstantPartialShape() 541 TF_RETURN_IF_ERROR(ConstantPartialShape(target_context, input_edge->src(), in ConstantPartialShape() 642 ConstantPartialShape(ctx, slice_node, 0, &input, outer_context)); in PartialStridedSliceShape() 749 TF_RETURN_IF_ERROR(ConstantPartialShape(c, node, i, &s, outer_context)); in RunShapeFn()
|
D | shape_refiner.h | 265 Status ConstantPartialShape(shape_inference::InferenceContext* target_context,
|