Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dcustom_call_encoding.h361 T underlying_value = static_cast<T>(run_time_enum); in Encode() local
/aosp_15_r20/frameworks/av/media/codec2/hal/common/include/codec2/common/
H A DParamTypes.h39 typename std::underlying_type<EnumClass>::type underlying_value(EnumClass x) { in underlying_value() function
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Ddicts.py85 def underlying_value(self): member in ConstDictVariable._HashableTracker