Home
last modified time | relevance | path

Searched defs:allow_tf32 (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/
H A DConvShared.cpp112 bool allow_tf32, in setConvolutionParams()
216 bool allow_tf32) { in cudnn_convolution_forward_out()
249 bool allow_tf32) { in cudnn_convolution()
285 bool allow_tf32, in cudnn_convolution_out()
318 bool allow_tf32) { in cudnn_convolution_transpose_backward_input()
376 bool allow_tf32) { in cudnn_convolution_backward_input()
418 bool allow_tf32) { in cudnn_convolution_transpose_forward()
451 bool allow_tf32) { in cudnn_convolution_backward_input()
478 bool allow_tf32) { in cudnn_convolution_transpose()
513 bool allow_tf32) { in cudnn_convolution_backward_weight()
[all …]
H A DConvPlaceholders.cpp37 bool allow_tf32) { in cudnn_convolution()
50 bool allow_tf32, in cudnn_convolution_out()
65 bool allow_tf32) { in cudnn_convolution_backward_input()
80 bool allow_tf32) { in cudnn_convolution_backward_weight()
95 bool allow_tf32, in cudnn_convolution_backward()
110 bool allow_tf32) { in cudnn_convolution_transpose()
123 bool allow_tf32) { in cudnn_convolution_transpose_backward_input()
138 bool allow_tf32) { in cudnn_convolution_transpose_backward_weight()
154 bool allow_tf32, in cudnn_convolution_transpose_backward()
170 bool allow_tf32) { in raw_cudnn_convolution_forward_out()
[all …]
H A DConv_v8.cpp142 bool allow_tf32, in filterEngineConfigs()
566 const bool allow_tf32, in get_generator_sources()
707 const bool allow_tf32) { in get_plans_from_find()
756 const bool allow_tf32) { in get_plans_from_find_fused()
812 const bool allow_tf32, in get_configs_from_heuristics()
843 const bool allow_tf32, in get_configs_from_heuristics_fused()
985 const bool allow_tf32) { in run_single_conv()
1083 const bool allow_tf32) { in run_fused_conv()
1182 const bool allow_tf32) { in raw_cudnn_convolution_forward_out()
1224 const bool allow_tf32) { in raw_cudnn_convolution_backward_input_out()
[all …]
H A DConv_v7.cpp616 bool allow_tf32, in split_batch_dim_to_32bit_out()
707 bool allow_tf32) { in raw_cudnn_convolution_forward_out_32bit()
790 bool allow_tf32) { in raw_cudnn_convolution_forward_out_v7()
822 bool allow_tf32) { in raw_cudnn_convolution_backward_input_out_32bit()
908 bool allow_tf32) { in raw_cudnn_convolution_backward_input_out_v7()
940 bool allow_tf32) { in raw_cudnn_convolution_backward_weight_out_32bit()
1027 bool allow_tf32) { in raw_cudnn_convolution_backward_weight_out_v7()
1117 bool allow_tf32) { in raw_cudnn_convolution_add_relu_out_v7()
1215 bool allow_tf32) { in raw_cudnn_convolution_add_relu_fallback_out()
H A DConvShared.h32 bool allow_tf32; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/
H A DBinaryOps.cpp39 bool allow_tf32; member
50 bool deterministic, bool allow_tf32) { in setAddParams()
130 bool allow_tf32{false}; in add() local
H A DLinear.cpp48 bool allow_tf32; member
61 bool deterministic, bool allow_tf32) { in setLinearParams()
124 bool allow_tf32{false}; in apply_impl_helper() local
H A Dutils.h300 bool deterministic, bool allow_tf32, c10::ScalarType scalar_type) in filterEngineConfigs()
H A DConv.cpp98 bool allow_tf32{false}; in apply_impl_helper() local
/aosp_15_r20/external/pytorch/torch/backends/cudnn/
H A D__init__.py158 allow_tf32=True, argument
194 allow_tf32 = ContextProp( variable in CudnnModule
/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dconv.py664 allow_tf32, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolution.cpp295 bool allow_tf32{}; member
1472 bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32) { in _convolution()
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesConvolution.cpp130 bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32) { in _convolution_decomp()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py2270 allow_tf32=None, argument
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp1343 bool allow_tf32) { in _convolution_jvp()
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py13390 def __init__(self, allow_tf32): argument