Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc144 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
149 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
152 EXPECT_FALSE(TensorShape::IsValidShape(proto).ok()); in TEST()
259 static Status IsValidShape(const TensorShapeProto& proto);
387 Status TensorShapeOld::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::__anon515713880111::TensorShapeOld
624 TensorShape::IsValidShape(proto).code()); in TEST()
639 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
644 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
Dnode_def_util.cc302 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(v));)
305 if (!TensorShape::IsValidShape(v).ok()) {
316 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(v));)
Dtensor_shape.h199 static Status IsValidShape(const TensorShapeProto& proto);
Dtensor_shape.cc98 Status TensorShapeBase<Shape>::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::TensorShapeBase
Dshape_inference.cc887 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/core/tpu/kernels/
Dtpu_compile_op_support.cc454 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(arg.shape())); in ComputeArgumentShapes()
Dtpu_execute_op.cc419 TensorShape::IsValidShape(*output_tensor_shape_protos[i])); in AllocateOutputTensors()
/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.cc708 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(proto->tensor_shape())); in __anondb9326b20c02()