Home
last modified time | relevance | path

Searched defs:check_dtype (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Drestore_mutation.cpp25 bool check_dtype = activation_type_promotion_mapping.at(node->kind()); in CanBeInplace() local
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_jit_onnx.py53 check_dtype = True variable in _TestJITIRToONNX
H A Donnx_test_common.py132 check_dtype = True variable in _TestONNXRuntime
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dlinear_operator_util.py136 def check_dtype(arg, dtype): function
H A Dlinear_operator_test_util.py94 def assertAC(self, x, y, check_dtype=False): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dstateful_random_ops_test.py211 def check_dtype(self, dtype): member in StatefulRandomOpsTest
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops_test.py152 def match(self, actual, expected, msg='', check_dtype=True): argument
H A Dnp_array_ops_test.py1046 def match(self, actual, expected, msg=None, check_dtype=True): argument
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpad_mm.py80 def check_dtype(a: Tensor, b: Tensor) -> bool: function
/aosp_15_r20/external/pytorch/torch/_numpy/testing/
H A Dutils.py1230 check_dtype=False, argument
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dverification.py82 check_dtype: bool = True variable in VerificationOptions
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.cpp646 auto check_dtype = [graph](uint32_t id, DataType dtype) -> bool { in isQP8() local
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/linalg/
H A Dtest_linalg.py1329 def check_dtype(x, res): member in _TestNormBase
/aosp_15_r20/external/pytorch/torch/sparse/
H A D_triton_ops.py57 def check_dtype(f_name, t, dtype, *additional_dtypes): function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py2608 …self, actual, expected, *, rtol_override=0.0, atol_override=0.0, check_dtype=None, **other_paramet… argument