Lines Matching refs:UncheckedParameter
47 auto val = UncheckedParameter<Float32T>(Descriptor::kValue); in TF_BUILTIN()
52 auto val = UncheckedParameter<Float64T>(Descriptor::kValue); in TF_BUILTIN()
62 auto address = UncheckedParameter<Uint32T>(Descriptor::kAddress); in TF_BUILTIN()
65 auto expected_value = UncheckedParameter<Int32T>(Descriptor::kExpectedValue); in TF_BUILTIN()
68 auto timeout_low = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutLow); in TF_BUILTIN()
69 auto timeout_high = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutHigh); in TF_BUILTIN()
87 auto address = UncheckedParameter<Uint32T>(Descriptor::kAddress); in TF_BUILTIN()
91 UncheckedParameter<IntPtrT>(Descriptor::kExpectedValueLow); in TF_BUILTIN()
93 UncheckedParameter<IntPtrT>(Descriptor::kExpectedValueHigh); in TF_BUILTIN()
97 auto timeout_low = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutLow); in TF_BUILTIN()
98 auto timeout_high = UncheckedParameter<IntPtrT>(Descriptor::kTimeoutHigh); in TF_BUILTIN()