Home
last modified time | relevance | path

Searched refs:MakeShapeFromTensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc484 target_context->MakeShapeFromTensor(&t, src_shape, result).ok()) { in ConstantPartialShape()
495 target_context->MakeShapeFromTensor(nullptr, src_shape, result)); in ConstantPartialShape()
568 TF_RETURN_IF_ERROR(target_context->MakeShapeFromTensor( in ConstantPartialShape()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h625 Status MakeShapeFromTensor(const Tensor* t, ShapeHandle tensor_shape,
Dshape_inference.cc755 Status InferenceContext::MakeShapeFromTensor(const Tensor* t, in MakeShapeFromTensor() function in tensorflow::shape_inference::InferenceContext