/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
Op.java | 16 package org.tensorflow.op; 27 * // All values returned by an Ops call can be referred as a Op 28 * Op split = ops.array().split(...); 29 * Op shape = ops.array().shape(...); 31 * // All operations could be added to an Op collection 32 * Collection<Op> allOps = Arrays.asList(split, shape); 35 public interface Op {}
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Region_OpTest.java | 21 import android.graphics.Region.Op; 33 assertEquals(Op.DIFFERENCE, Op.valueOf("DIFFERENCE")); 34 assertEquals(Op.INTERSECT, Op.valueOf("INTERSECT")); 35 assertEquals(Op.UNION, Op.valueOf("UNION")); 36 assertEquals(Op.XOR, Op.valueOf("XOR")); 37 assertEquals(Op.REVERSE_DIFFERENCE, Op.valueOf("REVERSE_DIFFERENCE")) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 59 void X86ATTInstPrinter::printSSECC(const MCInst *MI, unsigned Op, 61 switch (MI->getOperand(Op).getImm()) { 80 const MCOperand &Op = MI->getOperand(OpNo); 81 if (Op.isImm()) 83 O << (int)Op.getImm(); 85 assert(Op.isExpr() && "unknown pcrel immediate operand"); 86 O << *Op.getExpr(); 92 const MCOperand &Op = MI->getOperand(OpNo); 93 if (Op.isReg()) { 94 O << '%' << getRegisterName(Op.getReg()) [all...] |
X86IntelInstPrinter.cpp | 49 void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op, 51 switch (MI->getOperand(Op).getImm()) { 68 const MCOperand &Op = MI->getOperand(OpNo); 69 if (Op.isImm()) 70 O << Op.getImm(); 72 assert(Op.isExpr() && "unknown pcrel immediate operand"); 73 O << *Op.getExpr(); 84 const MCOperand &Op = MI->getOperand(OpNo); 85 if (Op.isReg()) { 86 PrintRegName(O, getRegisterName(Op.getReg())) [all...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVOpCode.h | 51 SPIRVMap<Op, std::string>::init() { 52 #define _SPIRV_OP(x, ...) add(Op##x, #x); 56 SPIRV_DEF_NAMEMAP(Op, OpCodeNameMap) 58 inline bool isAtomicOpCode(Op OpCode) { 65 inline bool isBinaryOpCode(Op OpCode) { 71 inline bool isShiftOpCode(Op OpCode) { 76 inline bool isLogicalOpCode(Op OpCode) { 81 inline bool isBitwiseOpCode(Op OpCode) { 86 inline bool isBinaryShiftLogicalBitwiseOpCode(Op OpCode) { 92 inline bool isCmpOpCode(Op OpCode) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
op_string.go | 1 // Code generated by "stringer -type=Op -trimprefix=O"; DO NOT EDIT. 11 func (i Op) String() string { 12 if i >= Op(len(_Op_index)-1) { 13 return fmt.Sprintf("Op(%d)", i)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
op_string.go | 1 // Code generated by "stringer -type=Op -trimprefix=O"; DO NOT EDIT. 11 func (i Op) String() string { 12 if i >= Op(len(_Op_index)-1) { 13 return fmt.Sprintf("Op(%d)", i)
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
operators-expected.cc | 7 struct Op { 8 bool operator==(const Op&) { return true; } 20 blink::Op a, b;
|
operators-original.cc | 7 struct Op { 8 bool operator==(const Op&) { return true; } 20 blink::Op a, b;
|
/external/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 589 MachineOperand Op(MachineOperand::MO_Immediate); 590 Op.setImm(Val); 591 return Op; 595 MachineOperand Op(MachineOperand::MO_CImmediate); 596 Op.Contents.CI = CI; 597 return Op; 601 MachineOperand Op(MachineOperand::MO_FPImmediate); 602 Op.Contents.CFP = CFP; 603 return Op; 615 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/external/llvm/include/llvm/MC/ |
MCInst.h | 112 MCOperand Op; 113 Op.Kind = kRegister; 114 Op.RegVal = Reg; 115 return Op; 118 MCOperand Op; 119 Op.Kind = kImmediate; 120 Op.ImmVal = Val; 121 return Op; 124 MCOperand Op; 125 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/ |
MCInst.h | 117 MCOperand Op; 118 Op.Kind = kRegister; 119 Op.RegVal = Reg; 120 return Op; 124 MCOperand Op; 125 Op.Kind = kImmediate; 126 Op.ImmVal = Val; 127 return Op; 131 MCOperand Op; 132 Op.Kind = kFPImmediate [all...] |