Home
last modified time | relevance | path

Searched refs:has_input (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_pass.c103 bool has_color = false, has_depth = false, has_input = false; in anv_CreateRenderPass() local
122 has_input = true; in anv_CreateRenderPass()
262 if (has_input) { in anv_CreateRenderPass()
/external/python/cpython2/Modules/
Dreadline.c1026 int has_input = 0; in readline_until_enter_or_signal() local
1028 while (!has_input) in readline_until_enter_or_signal()
1045 has_input = select(fileno(rl_instream) + 1, &selectset, in readline_until_enter_or_signal()
1050 if(has_input > 0) { in readline_until_enter_or_signal()
/external/python/cpython3/Modules/
Dreadline.c1188 int has_input = 0, err = 0; in readline_until_enter_or_signal() local
1190 while (!has_input) in readline_until_enter_or_signal()
1207 has_input = select(fileno(rl_instream) + 1, &selectset, in readline_until_enter_or_signal()
1213 if (has_input > 0) { in readline_until_enter_or_signal()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc465 bool has_input = false; in BuildArgumentNodes() local
468 has_input = true; in BuildArgumentNodes()
472 if (!has_input) { in BuildArgumentNodes()
/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.cc225 if (context->has_input(i)) { in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h790 bool has_input(int index) const;
1550 inline bool OpKernelContext::has_input(int index) const { in has_input() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc545 if (context->has_input(i)) { in ComputeHelper()