Searched defs:get_operand (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | functional_control_flow_to_cfg.cc | 159 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/ |
D | tuple_util.cc | 98 auto get_operand = [&]() { in ReplaceTupleWith() local
|
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 378 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/ |
D | main.c | 97 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/ |
D | main.c | 98 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/ |
D | main.c | 98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 184 def get_operand(self, i): member in Value 360 def get_operand(self, i): member in BasicBlock
|