HomeSort by relevance Sort by last modified time
    Searched refs:IsValidShape (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_shape_test.cc 143 TF_EXPECT_OK(TensorShape::IsValidShape(proto));
148 TF_EXPECT_OK(TensorShape::IsValidShape(proto));
151 EXPECT_FALSE(TensorShape::IsValidShape(proto).ok());
236 static Status IsValidShape(const TensorShapeProto& proto);
364 Status TensorShapeOld::IsValidShape(const TensorShapeProto& proto) {
601 TensorShape::IsValidShape(proto).code());
616 TF_EXPECT_OK(TensorShape::IsValidShape(proto));
621 TF_EXPECT_OK(TensorShape::IsValidShape(proto));
tensor_shape.h 185 static Status IsValidShape(const TensorShapeProto& proto);
node_def_util.cc 284 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(v));)
287 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(v));)
tensor_shape.cc 75 Status TensorShapeBase<Shape>::IsValidShape(const TensorShapeProto& proto) {
shape_inference.cc 943 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(proto));
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
const_op.cc 39 OP_REQUIRES_OK(ctx, TensorShape::IsValidShape(proto_.tensor_shape()));
  /external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc 47 Status shape_status = PartialTensorShape::IsValidShape(shape_proto);
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util.cc 316 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(feed.shape()));
  /external/tensorflow/tensorflow/core/ops/
array_ops.cc 702 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(proto->tensor_shape()));
    [all...]

Completed in 354 milliseconds