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

  /external/tensorflow/tensorflow/core/kernels/
constant_op.h 59 PartialTensorShape expected_shape_; member in class:tensorflow::PlaceholderOp
constant_op.cc 396 OP_REQUIRES_OK(ctx, ctx->GetAttr("shape", &expected_shape_));
400 if (expected_shape_.dims() > 0) {
405 " and shape ", expected_shape_.DebugString()));

Completed in 55 milliseconds