Home
last modified time | relevance | path

Searched refs:in_tuple (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dipc.txt26 using InTuple = in_tuple; \
33 using InTuple = in_tuple; \
42 using InTuple = in_tuple; \
57 using InTuple = in_tuple; \
66 using InTuple = in_tuple; \
Dipc.cpp184 #define IPC_MESSAGE_DECL(name, id, in_tuple) \ argument
186 using InTuple = in_tuple; \
/external/libchrome/ipc/
Dipc_message_macros.h255 #define IPC_MESSAGE_DECL(msg_name, kind, in_tuple, out_tuple) \ argument
257 using InTuple = in_tuple; \
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py2245 in_tuple = (x, y, sample_weight)
2247 in_tuple = (x, y)
2249 in_tuple = x
2251 ds = strategy.extended.experimental_make_numpy_dataset(in_tuple,