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

  /external/tensorflow/tensorflow/core/kernels/
tensor_array_ops.cc 617 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
    [all...]
  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing.cc 1435 TensorShape empty_shape; local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_partition.cc 433 TensorShape empty_shape({0});
434 empty_shape.AsProto(proto.mutable_tensor_shape());
    [all...]

Completed in 230 milliseconds