Home
last modified time | relevance | path

Searched defs:conv_transpose3d (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dconv.h256 inline Tensor conv_transpose3d( in conv_transpose3d() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dgraph_rewrite_helper.cpp147 std::string conv_transpose3d = R"( in replaceConvolutionWithAtenConv() local
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py285 conv_transpose3d = _add_docstr( variable
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py2595 def conv_transpose3d( function