Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DConvolution3d.h84 … const T i_value = in_ptr[offset_slice_in + xk * dilation_x + yk * dilation_y * width_in]; variable
162 … const int32_t i_value = in_ptr[offset_slice_in + xk * dilation_x + yk * dilation_y * width_in]; variable
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
/external/mesa3d/src/tool/pps/
Dpps_datasource.cc233 } else if (auto i_value = std::get_if<int64_t>(&value)) { in add_samples() local
/external/pytorch/torch/csrc/jit/python/
Dinit.cpp1870 std::optional<IValue> i_value = toTypeInferredIValueOptional(value); in initJITBindings() local