Home
last modified time | relevance | path

Searched defs:get_operand (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc159 auto get_operand = [&](int i) { return op_inst->getOperand(i + 1); }; in LowerIfOp() local
236 auto get_operand = [&](int i) { return op_inst->getOperand(i); }; in LowerWhileOp() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_util.cc98 auto get_operand = [&]() { in ReplaceTupleWith() local
/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py378 def get_operand(self): member in ArithmeticCase
487 def get_operand(self, ndx=0): member in ParenthesizedCase
719 def get_operand(self): member in InvalidCase
/external/arm-optimized-routines/math/test/rtest/
Dmain.c97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dmain.c98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dmain.c98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function
/external/llvm/bindings/python/llvm/
Dcore.py184 def get_operand(self, i): member in Value
360 def get_operand(self, i): member in BasicBlock