| /external/tensorflow/tensorflow/cc/ops/ |
| D | const_op.h | 38 Output Const(const Scope& scope, const Input::Initializer& val) { in Const() function 69 Output Const(const Scope& scope, const T& v, const TensorShape shape) { in Const() function 74 Output Const(const Scope& scope, const std::initializer_list<T>& v, in Const() function
|
| D | const_op.cc | 44 Output Const(const Scope& scope, const Input::Initializer& val) { in Const() function
|
| /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/ |
| D | Const.java | 14 public class Const implements IExpression { class 18 public Const(final double value) { in Const() method in Const
|
| /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
| D | p2.cpp | 6 struct Const { struct 35 struct Const { struct
|
| /external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
| D | p2.cpp | 6 struct Const { struct 35 struct Const { struct
|
| /external/clang/test/SemaTemplate/ |
| D | alias-church-numerals.cpp | 29 template<typename T, T N> struct Const { static const T value = N; }; argument
|
| D | deduction.cpp | 127 template<typename T> struct Const { typedef void const type; }; struct
|
| /external/llvm-project/clang/test/SemaTemplate/ |
| D | alias-church-numerals.cpp | 29 template<typename T, T N> struct Const { static const T value = N; }; struct
|
| /external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
| D | Indent.java | 30 public static final class Const extends Indent { class in Indent 35 private Const(int n) { in Const() method in Indent.Const
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 249 Constant *Const = nullptr; in isTailPredicate() local 338 if (auto *Const = dyn_cast<SCEVConstant>(S->getOperand(0))) { in ComputeElements() local 347 if (auto *Const = dyn_cast<SCEVConstant>(S->getOperand(0))) { in ComputeElements() local 356 if (auto *Const = dyn_cast<SCEVConstant>(S->getRHS())) { in ComputeElements() local 363 if (auto *Const = dyn_cast<SCEVConstant>(RoundUp->getOperand(0))) { in ComputeElements() local
|
| /external/llvm-project/lldb/tools/lldb-instr/ |
| D | Instrument.cpp | 33 static std::string GetRecordMethodMacroName(bool Static, bool Const, in GetRecordMethodMacroName() 56 static std::string GetRegisterMethodMacroName(bool Static, bool Const) { in GetRegisterMethodMacroName() 73 bool Const) { in GetRecordMethodMacro() 126 bool Static, bool Const) { in GetRegisterMethodMacro()
|
| /external/tensorflow/tensorflow/go/op/ |
| D | op.go | 33 func Const(scope *Scope, value interface{}) (output tf.Output) { func
|
| /external/rust/crates/rustversion/src/ |
| D | attr.rs | 12 Const(Span), enumerator
|
| /external/tensorflow/tensorflow/go/ |
| D | util_test.go | 30 func Const(g *Graph, name string, value interface{}) (Output, error) { func
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTDC.cpp | 124 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local 234 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZTDC.cpp | 124 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local 234 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
|
| /external/capstone/bindings/vb6/ |
| D | Module1.bas | 13 Global Const DEBUG_DUMP = 0 variable
|
| /external/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTDC.cpp | 132 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1)); in convertFCmp() local 242 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1)); in convertICmp() local
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | python_api_info_test.py | 33 def Const(x): function
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | TypePromotion.cpp | 359 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local 361 else if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(1))) in isSafeWrap() local 464 auto Const = cast<ConstantInt>(I->getOperand(1)); in PrepareWrappingAdds() local 538 if (auto *Const = dyn_cast<ConstantInt>(Op)) { in PromoteTree() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TypePromotion.cpp | 357 if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(0))) in isSafeWrap() local 359 else if (auto *Const = dyn_cast<ConstantInt>(CI->getOperand(1))) in isSafeWrap() local 462 auto Const = cast<ConstantInt>(I->getOperand(1)); in PrepareWrappingAdds() local 536 if (auto *Const = dyn_cast<ConstantInt>(Op)) { in PromoteTree() local
|
| /external/llvm-project/clang/tools/clang-fuzzer/ |
| D | cxx_loop_proto.proto | 21 message Const { message
|
| D | cxx_proto.proto | 25 message Const { message
|
| /external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/ |
| D | ScopeTest.java | 187 private static final class Const<T> { class in ScopeTest 220 Const(Output<T> o) { in Const() method in ScopeTest.Const
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVISelDAGToDAG.cpp | 256 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() local
|