Home
last modified time | relevance | path

Searched refs:kShapeAttr (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dimmutable_constant_op.cc94 OP_REQUIRES_OK(context, context->GetAttr(kShapeAttr, &shape_)); in ImmutableConstantOp()
111 constexpr char const* ImmutableConstantOp::kShapeAttr; member in tensorflow::ImmutableConstantOp
Dimmutable_constant_op.h37 static constexpr char const* kShapeAttr = "shape"; variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler_util.cc44 const char* const kShapeAttr = "_shape"; variable
88 .Attr(kShapeAttr, TensorShape(feed.shape())) in AddArgNodes()
241 TF_RETURN_IF_ERROR(GetNodeAttr(node->attrs(), kShapeAttr, &shape)); in CreateXlaArgs()