Searched refs:num_channel (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | angle_format.py | 237 num_channel = len(get_channel_tokens(src_format)) 238 if num_channel < 1 or num_channel > 4: 244 return 'Copy32FixedTo32FVertexData<%d, %d>' % (num_channel, num_channel) 254 return 'CopyNativeVertexData<%s, %d, %d, 0>' % (src_gl_type, num_channel, dst_num_channel) 260 return "CopyTo32FVertexData<%s, %d, %d, %s>" % (src_gl_type, num_channel, num_channel,
|
/third_party/mindspore/tests/st/summary/ |
D | test_summary_ops.py | 37 def __init__(self, num_class=10, num_channel=1, include_top=True): argument 39 self.conv1 = nn.Conv2d(num_channel, 6, 5, pad_mode='valid') 53 self.channel = Tensor(num_channel)
|
D | test_summary_collector.py | 51 def __init__(self, num_class=10, num_channel=1, include_top=True): argument 53 self.conv1 = nn.Conv2d(num_channel, 6, 5, pad_mode='valid') 68 self.channel = Tensor(num_channel)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | gen_mtl_format_table.py | 188 num_channel = len(angle_format_utils.get_channel_tokens(src_format)) 189 if num_channel < 1 or num_channel > 4: 204 if num_channel == dst_num_channel or dst_num_channel < 4: 213 return 'CopyNativeVertexData<%s, %d, %d, %s>' % (src_gl_type, num_channel, dst_num_channel,
|
/third_party/mindspore/mindspore/lite/examples/export_models/models/ |
D | NetworkInNetwork.py | 26 def __init__(self, num_classes=10, num_channel=3): argument 31 … nn.Conv2d(in_channels=num_channel, out_channels=192, kernel_size=5, stride=1, has_bias=False),
|
/third_party/mindspore/tests/st/networks/ |
D | test_gradient_accumulation.py | 53 def __init__(self, num_class=10, num_channel=1): argument 55 self.conv1 = nn.Conv2d(num_channel, 6, 5, pad_mode='valid')
|
/third_party/mindspore/mindspore/nn/layer/ |
D | normalization.py | 243 def _channel_check(channel, num_channel, prim_name=None): argument 245 if channel != num_channel:
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …annel_view:[7,10,28,29],nth_channel_view_typ:10,nth_channel_x_gradi:28,num_channel:[6,10,12,13,28]…
|