Home
last modified time | relevance | path

Searched defs:value_bound (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_expression.h104 std::optional<Tensor> value_bound() const { return value_bound_; } in value_bound() function
H A Dxla_argument.h80 std::optional<Tensor> value_bound; member