Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.h94 return constant_value_; in constant_value()
146 absl::optional<Tensor> constant_value_; variable
Dxla_expression.cc37 e.constant_value_ = value; in Constant()
47 e.constant_value_ = value; in ConstantResource()
96 HostTensorToBorrowingLiteral(*constant_value_, &literal)); in AsXlaOp()
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.h95 return constant_value_; in constant_value()
122 constant_value_ = std::move(constant_value); in set_constant_value()
150 absl::optional<Tensor> constant_value_; variable