Home
last modified time | relevance | path

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

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