Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc187 struct ParamIndexAndValue { struct
188 std::optional<int64_t> param_index;
189 std::optional<int64_t> value;
191 bool IsValid() const { return param_index.has_value() || value.has_value(); } in IsValid()