Home
last modified time | relevance | path

Searched defs:allowed_dtypes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dop_converter.h115 const auto& allowed_dtypes = Impl::AllowedDataTypes(); in ValidateNodeDefDataType() local
/external/tensorflow/tensorflow/python/eager/
Dexecute.py225 def args_to_matching_eager(l, ctx, allowed_dtypes, default_dtype=None): argument
/external/pytorch/aten/src/ATen/native/transformers/
Dsdp_utils_cpp.h92 dtype_vector allowed_dtypes, in check_tensor_dtype()
/external/tensorflow/tensorflow/python/ops/
Dmath_ops_test.py1093 allowed_dtypes = [ variable in ReciprocalNoNanTest
/external/pytorch/torch/testing/_internal/
Dcommon_modules.py78 def __init__(self, module_info_iterable, allowed_dtypes=None, argument