MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / MakeShapeFromTensor

Method MakeShapeFromTensor

tensorflow/core/framework/shape_inference.cc:813–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813Status 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
821Status InferenceContext::InternalMakeShapeFromTensor(
822 bool treat_unknown_scalar_tensor_as_unknown_shape, const Tensor* t,

Callers 1

ConstantPartialShapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected