Searched refs:empty_shape (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_array_ops.cc617 TensorShape empty_shape; variable
618 element_shape_.AsTensorShape(&empty_shape);
619 empty_shape.InsertDim(0, 0);
621 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, empty_shape, &empty_unused));
821 TensorShape empty_shape; variable
822 element_shape_except0_.AsTensorShape(&empty_shape);
823 empty_shape.InsertDim(0, 0);
825 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, empty_shape, &empty_unused));
/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc1435 TensorShape empty_shape; local
1436 empty_shape.AddDim(0);
1438 empty_shape.AddDim(config.dense[d].shape.dim_size(i));
1440 result->dense_values[d] = Tensor(config.dense[d].dtype, empty_shape);
/external/tensorflow/tensorflow/core/graph/
H A Dgraph_partition.cc433 TensorShape empty_shape({0});
434 empty_shape.AsProto(proto.mutable_tensor_shape());

Completed in 139 milliseconds