Lines Matching refs:UncheckedParameter
46 auto val = UncheckedParameter<Float32T>(Descriptor::kValue); in TF_BUILTIN()
51 auto val = UncheckedParameter<Float64T>(Descriptor::kValue); in TF_BUILTIN()
61 auto address = UncheckedParameter<Uint32T>(Descriptor::kAddress); in TF_BUILTIN()
64 auto expected_value = UncheckedParameter<Int32T>(Descriptor::kExpectedValue); in TF_BUILTIN()
67 auto timeout_low = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutLow); in TF_BUILTIN()
68 auto timeout_high = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutHigh); in TF_BUILTIN()
86 auto address = UncheckedParameter<Uint32T>(Descriptor::kAddress); in TF_BUILTIN()
90 UncheckedParameter<IntPtrT>(Descriptor::kExpectedValueLow); in TF_BUILTIN()
92 UncheckedParameter<IntPtrT>(Descriptor::kExpectedValueHigh); in TF_BUILTIN()
96 auto timeout_low = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutLow); in TF_BUILTIN()
97 auto timeout_high = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutHigh); in TF_BUILTIN()