Home
last modified time | relevance | path

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

/external/executorch/kernels/portable/cpu/
Dscalar_utils.h71 ScalarType b_dtype = get_scalar_dtype(b); in scalars_have_same_dtype() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py294 def testInt8MatMul2D(self, a_dtype, b_dtype): argument
304 def testMixPrecMatMul2D(self, b_dtype): argument
319 def testInt8BatchMatmul(self, a_dtype, b_dtype): argument
330 def testMixPrecBatchMatmul(self, b_dtype): argument
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_matmul_op_test.py133 def _testGradients(self, tr_a, tr_b, sp_a, sp_b, a_dtype, b_dtype, delta, argument
/external/pytorch/aten/src/ATen/cuda/tunable/
DGemmCommon.h318 ScalarType b_dtype; member
/external/pytorch/test/
Dtest_fx_passes.py777 def pattern(a, a_dtype, a_scale, b, b_dtype, b_scale, out_scale): argument
/external/pytorch/aten/src/ATen/test/
Dvulkan_quantized_api_test.cpp2485 const c10::ScalarType b_dtype, in test_quantized_conv2d()