Searched refs:nest2 (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/ |
D | fpetestmodule.c | 52 static double nest2(int, double); 86 r = nest2(0, 0.0); in test() 90 r = nest2(1, 1.0); in test() 94 r = nest2(2, 2.0); in test() 132 static double nest2(int i, double x) in nest2() function
|
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 106 def assert_same_structure(nest1, nest2, check_types=True): argument 125 _pywrap_tensorflow.AssertSameStructureForData(nest1, nest2, check_types)
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.string.frag | 4 string brackets < string b = "nest1" ; string c = "nest2" ; float test [ 4 ] = { 1.0 , 1.0 , 1.0 , …
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 252 def assert_same_structure(nest1, nest2, check_types=True, argument 287 _pywrap_tensorflow.AssertSameStructure(nest1, nest2, check_types, 291 str2 = str(map_structure(lambda _: _DOT, nest2))
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nest.pbtxt | 5 …argspec: "args=[\'nest1\', \'nest2\', \'check_types\', \'expand_composites\'], varargs=None, keywo…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.nest.pbtxt | 5 …argspec: "args=[\'nest1\', \'nest2\', \'check_types\', \'expand_composites\'], varargs=None, keywo…
|