Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h635 Status MakeShapeFromTensor(const Tensor* t, ShapeHandle tensor_shape,
Dshape_inference.cc811 Status InferenceContext::MakeShapeFromTensor(const Tensor* t, in MakeShapeFromTensor() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc543 TF_RETURN_IF_ERROR(target_context->MakeShapeFromTensor( in ConstantPartialShape()