Home
last modified time | relevance | path

Searched defs:has_input (Results 1 – 5 of 5) 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
/external/python/cpython2/Modules/
Dreadline.c1026 int has_input = 0; in readline_until_enter_or_signal() local
/external/python/cpython3/Modules/
Dreadline.c1188 int has_input = 0, err = 0; in readline_until_enter_or_signal() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc465 bool has_input = false; in BuildArgumentNodes() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1550 inline bool OpKernelContext::has_input(int index) const { in has_input() function