Searched defs:conv_tbc (Results 1 – 4 of 4) sorted by relevance
18 Tensor conv_tbc(const Tensor& self, const Tensor& weight, const Tensor& bias, int64_t pad) { in conv_tbc() function
329 conv_tbc = _add_docstr( variable
3293 def conv_tbc(g: jit_utils.GraphContext, input, weight, bias, pad): function
274 def conv_tbc(self, input): member in TestONNXRuntime.test_conv_tbc.ConvTBC