Home
last modified time | relevance | path

Searched defs:add_input (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc86 const auto add_input = [&channel_group, &inputs](HloInstruction* input) { in Build() local
/external/tensorflow/tensorflow/core/framework/
Dmodel.h128 void add_input(std::shared_ptr<Node> node) LOCKS_EXCLUDED(mu_) { in add_input() function
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp383 ir_variable *add_input(int slot, const glsl_type *type, const char *name) in add_input() function in __anon72aa8a280111::builtin_variable_generator
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py383 def add_input(self, *args, **kwargs): member in OpHint
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp197 void shader::add_input(unsigned gpr, bool preloaded, unsigned comp_mask) { in add_input() function in r600_sb::shader