Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/quantized/cpu/
Dqmul.cpp193 double other_val = other.toDouble(); in _mul_scalar_out() local
/external/pytorch/aten/src/ATen/native/vulkan/ops/
DBinaryOp.cpp31 const float other_val = alpha_arg ? other.to<float>() * alpha_arg->to<float>() in binary_op_scalar() local
115 const float other_val = alpha_arg ? other.to<float>() * alpha_arg->to<float>() in binary_op_scalar_() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c187 struct other_val { struct
188 long long foo;
189 long long bar;
/external/pytorch/aten/src/ATen/native/cpu/
DTensorCompareKernel.cpp220 [=](bool cond_val, scalar_t self_val, scalar_t other_val) -> scalar_t { in where_kernel_impl()
/external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c580 upb_MessageValue other_val; in Map_eq() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c580 upb_MessageValue other_val; in Map_eq() local
/external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c580 upb_MessageValue other_val; in Map_eq() local
/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
DQuantizedOpKernels.cpp1297 auto other_val = other.to<int32_t>(); in qadd_scalar_kernel() local