Home
last modified time | relevance | path

Searched defs:causal (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Parser/
Dspark.py460 def add(self, set, item, i=None, predecessor=None, causal=None): argument
584 def predecessor(self, key, causal): argument
590 def causal(self, key): member in GenericParser
/external/tensorflow/tensorflow/python/keras/layers/
Ddense_attention.py76 def __init__(self, causal=False, dropout=0.0, argument
/external/libopus/dnn/torch/fwgan/models/
Dfwgan500.py100 def __init__(self, frame_len, out_dim, frame_kernel_size=3, act='glu', causal=True): argument
Dfwgan400.py98 def __init__(self, frame_len, out_dim, frame_kernel_size=3, act='glu', causal=True): argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DGrammarInfo.java64 causal, enumConstant
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc645 bool causal = true; in ProcessDelayVerificationTest() local