Home
last modified time | relevance | path

Searched refs:IsValidShape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc143 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
148 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
151 EXPECT_FALSE(TensorShape::IsValidShape(proto).ok()); in TEST()
236 static Status IsValidShape(const TensorShapeProto& proto);
364 Status TensorShapeOld::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::__anone850e9110111::TensorShapeOld
601 TensorShape::IsValidShape(proto).code()); in TEST()
616 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
621 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
Dnode_def_util.cc284 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(v));)
287 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(v));)
Dtensor_shape.h185 static Status IsValidShape(const TensorShapeProto& proto);
Dtensor_shape.cc75 Status TensorShapeBase<Shape>::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::TensorShapeBase
Dshape_inference.cc943 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(proto)); in MakeShapeFromShapeProto()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconst_op.cc39 OP_REQUIRES_OK(ctx, TensorShape::IsValidShape(proto_.tensor_shape())); in ConstOp()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsummarize_graph_main.cc47 Status shape_status = PartialTensorShape::IsValidShape(shape_proto); in PrintNodeInfo()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc316 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(feed.shape())); in ValidateConfig()
/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc702 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(proto->tensor_shape())); in __anon7c94107b0c02()