Home
last modified time | relevance | path

Searched refs:value_bound (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Darg_op.cc65 } else if (arg.value_bound().has_value()) { in Compile()
70 xla::Literal bound = HostTensorToLiteral(*arg.value_bound()).ValueOrDie(); in Compile()
Dif_while_utils.cc62 arg->value_bound.emplace( in ConvertCompileTimeConstArgumentsToConst()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_argument.h80 absl::optional<Tensor> value_bound; member
Dxla_expression.h103 absl::optional<Tensor> value_bound() const { return value_bound_; } in value_bound() function
Dxla_compiler.cc1162 if (arg.value_bound) { in BuildArguments()
1164 arg_expression.set_value_bound(arg.value_bound.value()); in BuildArguments()