Home
last modified time | relevance | path

Searched refs:outputPorts (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.cc27 const Tensor& outputPorts = context->input(1); in Compute() local
28 OP_REQUIRES(context, TensorShapeUtils::IsScalar(outputPorts.shape()), in Compute()
31 outputPorts.shape().DebugString())); in Compute()
33 bool pred = outputPorts.scalar<bool>()(); in Compute()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c24822 QTMIDIPortListHandle outputPorts; in Qt_QTMIDIGetMIDIPorts() local
24831 &outputPorts); in Qt_QTMIDIGetMIDIPorts()
24835 ResObj_New, outputPorts); in Qt_QTMIDIGetMIDIPorts()
25808 QTMIDIPortListHandle outputPorts; in Qt_NAGetMIDIPorts() local
25817 &outputPorts); in Qt_NAGetMIDIPorts()
25821 ResObj_New, outputPorts); in Qt_NAGetMIDIPorts()