| 811 | } |
| 812 | |
| 813 | Status InferenceContext::MakeShapeFromTensor(const Tensor* t, |
| 814 | ShapeHandle tensor_shape, |
| 815 | ShapeHandle* out) { |
| 816 | return InternalMakeShapeFromTensor( |
| 817 | false /* treat_unknown_scalar_tensor_as_unknown_shape */, t, tensor_shape, |
| 818 | out); |
| 819 | } |
| 820 | |
| 821 | Status InferenceContext::InternalMakeShapeFromTensor( |
| 822 | bool treat_unknown_scalar_tensor_as_unknown_shape, const Tensor* t, |
no outgoing calls
no test coverage detected