Searched refs:value_bound (Results 1 – 5 of 5) sorted by relevance
65 } else if (arg.value_bound().has_value()) { in Compile()70 xla::Literal bound = HostTensorToLiteral(*arg.value_bound()).ValueOrDie(); in Compile()
62 arg->value_bound.emplace( in ConvertCompileTimeConstArgumentsToConst()
80 absl::optional<Tensor> value_bound; member
103 absl::optional<Tensor> value_bound() const { return value_bound_; } in value_bound() function
1162 if (arg.value_bound) { in BuildArguments()1164 arg_expression.set_value_bound(arg.value_bound.value()); in BuildArguments()