Home
last modified time | relevance | path

Searched defs:use_scale (Results 1 – 3 of 3) sorted by relevance

/external/skqp/samplecode/
DSampleIdentityScale.cpp55 bool use_scale = (time.fSecond % 2 == 1); in onDrawContent() local
/external/tensorflow/tensorflow/python/keras/layers/
Ddense_attention.py325 def __init__(self, use_scale=False, **kwargs): argument
465 def __init__(self, use_scale=True, **kwargs): argument
Ddense_attention_test.py511 def test_serialization(self, use_scale): argument