Home
last modified time | relevance | path

Searched defs:conv1d (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/layers/
H A Dconvolutional.py21 conv1d = convolutional.conv1d variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dconv.h26 inline Tensor conv1d( in conv1d() function
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/
H A Dquantized_conv_out.cpp174 bool conv1d = input.dim() == 3; in quantized_conv_out() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dgraph_rewrite_helper.cpp92 std::string conv1d = R"( in replaceConvolutionWithAtenConv() local
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/
H A Dfunctional.py173 def conv1d( function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h287 std::string conv1d = R"( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dconvolutional.py121 def conv1d(inputs, function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py749 def conv1d( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DConvolution.cpp792 namespace conv1d { namespace
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_ops.py1988 def conv1d( function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py41 conv1d = _add_docstr( variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py5254 def conv1d(x, function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py2422 def conv1d( function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp1454 TEST_F(VulkanAPITest, conv1d) { in TEST_F() argument