Home
last modified time | relevance | path

Searched defs:t_b (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Dmacros.rs244 macro_rules! t_b { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Dmacros.rs244 macro_rules! t_b { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Dmacros.rs244 macro_rules! t_b { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Dmacros.rs244 macro_rules! t_b { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/
H A Dmacros.rs244 macro_rules! t_b { macro
/aosp_15_r20/external/pytorch/functorch/examples/maml_regression/
H A Devjang.py104 t_b = torch.tensor(0.0).uniform_(0.0, math.pi) variable
H A Devjang_transforms.py108 t_b = torch.tensor(0.0).uniform_(0.0, math.pi) variable
H A Devjang_transforms_module.py104 t_b = torch.tensor(0.0).uniform_(0.0, math.pi) variable
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.c143 struct ureg_dst t_a, t_b; in create_deint_frag_shader() local
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dinterval_intersect.cc308 [](const auto& t_a, const auto& t_b) { in Step()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/
H A D8x4c1x4-dq-packedA-sse2.h16 #define CONVERT_TO_FP_AND_TRANSPOSE(a, b, c, d, t_a, t_b, t_c, t_d) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/
H A Dmath_grad.cc140 bool t_b; in Compute() local
/aosp_15_r20/external/blktrace/
H A Dblktrace.h27 #define t_b(t) ((t)->bytes & 1023) macro
/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py6720 def t_b(tensor): function