Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc392 struct DynamicOrStaticValue { struct
393 std::optional<int64_t> static_value;
394 bool is_dynamic() const { return !static_value.has_value(); } in is_dynamic()