Home
last modified time | relevance | path

Searched defs:CWriter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopus/dnn/torch/weight-exchange/wexchange/c_export/
H A Dcommon.py194 def print_linear_layer(writer : CWriter,
261 def print_dense_layer(writer : CWriter,
279 def print_conv1d_layer(writer : CWriter,
304 def print_conv2d_layer(writer : CWriter,
328 def print_gru_layer(writer : CWriter,
367 def print_tconv1d_layer(writer : CWriter,
H A Dc_writer.py33 class CWriter: class