Home
last modified time | relevance | path

Searched defs:Const (Results 1 – 25 of 199) sorted by relevance

12345678

/external/tensorflow/tensorflow/cc/ops/
Dconst_op.h38 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
Dconst_op.cc44 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/
DConst.java14 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/
Dp2.cpp6 struct Const { struct
35 struct Const { struct
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp6 struct Const { struct
35 struct Const { struct
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp29 template<typename T, T N> struct Const { static const T value = N; }; argument
Ddeduction.cpp127 template<typename T> struct Const { typedef void const type; }; struct
/external/llvm-project/clang/test/SemaTemplate/
Dalias-church-numerals.cpp29 template<typename T, T N> struct Const { static const T value = N; }; struct
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DIndent.java30 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/
DMVETailPredication.cpp249 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/
DInstrument.cpp33 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/
Dop.go33 func Const(scope *Scope, value interface{}) (output tf.Output) { func
/external/rust/crates/rustversion/src/
Dattr.rs12 Const(Span), enumerator
/external/tensorflow/tensorflow/go/
Dutil_test.go30 func Const(g *Graph, name string, value interface{}) (Output, error) { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp124 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/
DSystemZTDC.cpp124 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/
DModule1.bas13 Global Const DEBUG_DUMP = 0 variable
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp132 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/
Dpython_api_info_test.py33 def Const(x): function
/external/llvm-project/llvm/lib/CodeGen/
DTypePromotion.cpp359 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/
DTypePromotion.cpp357 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/
Dcxx_loop_proto.proto21 message Const { message
Dcxx_proto.proto25 message Const { message
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
DScopeTest.java187 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/
DRISCVISelDAGToDAG.cpp256 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() local

12345678