Home
last modified time | relevance | path

Searched defs:single_input (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dsymbol.py13 single_input = 256 variable
/external/python/cpython2/Include/
Dgraminit.h3 #define single_input 256 macro
/external/python/cpython2/Lib/compiler/
Dtransformer.py169 def single_input(self, node): member in Transformer
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test.py2989 def single_input(input_tensor): function