Home
last modified time | relevance | path

Searched refs:InitialValue (Results 1 – 16 of 16) sorted by relevance

/external/google-fruit/include/fruit/impl/meta/
Dfold.h27 template <typename F, typename InitialValue, typename... Types>
30 template <typename F, typename InitialValue>
31 struct apply<F, InitialValue> {
32 using type = InitialValue;
35 template <typename F, typename InitialValue, typename T0>
36 struct apply<F, InitialValue, T0> {
37 using type = typename F::template apply<InitialValue, T0>::type;
40 template <typename F, typename InitialValue, typename T0, typename T1>
41 struct apply<F, InitialValue, T0, T1> {
43 …typename F::template apply<typename DoEval<typename F::template apply<InitialValue, T0>::type>::ty…
[all …]
Dlist.h39 template <typename L, typename F, typename InitialValue>
42 template <typename F, typename InitialValue>
43 struct apply<EmptyList, F, InitialValue> {
44 using type = InitialValue;
47 template <typename Head, typename Tail, typename F, typename InitialValue>
48 struct apply<Cons<Head, Tail>, F, InitialValue> {
49 using type = FoldList(Tail, F, F(InitialValue, Head));
Dvector.h194 template <typename V, typename F, typename InitialValue>
197 template <typename... Ts, typename F, typename InitialValue>
198 struct apply<Vector<Ts...>, F, InitialValue> {
199 using type = Fold(F, InitialValue, Ts...);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops.cc35 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::SumOp
53 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::ProdOp
71 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::MinOp
89 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::MaxOp
108 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::MeanOp
142 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::AllOp
160 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon48fb755d0111::AnyOp
Dsegment_reduction_ops.cc36 virtual xla::XlaOp InitialValue(xla::XlaBuilder* builder) = 0;
81 xla::Broadcast(InitialValue(builder), buffer_shape.dim_sizes()); in Compile()
101 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon7ff0dacf0111::UnsortedSegmentSum
116 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon7ff0dacf0111::UnsortedSegmentProd
131 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon7ff0dacf0111::UnsortedSegmentMin
148 xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { in InitialValue() function in tensorflow::__anon7ff0dacf0111::UnsortedSegmentMax
Dreduction_ops.h40 virtual xla::XlaOp InitialValue(xla::XlaBuilder* builder) = 0;
Dreduction_ops_common.cc111 auto initial = xla::ConvertElementType(InitialValue(b), type); in Compile()
/external/flatbuffers/tests/FlatBuffers.Test/
DLcg.cs24 private const uint InitialValue = 10000; field in FlatBuffers.Test.Lcg
29 _state = InitialValue; in Lcg()
39 _state = InitialValue; in Reset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp188 MachineOperand *InitialValue,
509 MachineOperand *InitialValue, in getComparisonKind() argument
604 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local
610 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
614 if (!InitialValue) in getLoopTripCount()
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
697 if (InitialValue->isReg()) { in getLoopTripCount()
698 unsigned R = InitialValue->getReg(); in getLoopTripCount()
702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount()
718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp161 MachineOperand *InitialValue,
490 MachineOperand *InitialValue, in getComparisonKind() argument
571 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local
577 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
581 if (!InitialValue) in getLoopTripCount()
656 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
664 if (InitialValue->isReg()) { in getLoopTripCount()
665 unsigned R = InitialValue->getReg(); in getLoopTripCount()
679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h138 int32_t InitialValue) { in insertGlobalInt32() argument
140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h138 int32_t InitialValue) { in insertGlobalInt32() argument
140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp127 uint64_t InitialValue; member
791 encodeSLEB128(Global.InitialValue, W.OS); in writeGlobalSection()
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2647 enum InitialValue enum in deqp::gles31::Functional::__anonf6ae47c80111::IsEnabledCase
2657 InitialValue initial,
2664 const InitialValue m_initial;
2671 InitialValue initial, in IsEnabledCase()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3576 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
3581 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary()
3583 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
3609 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
/external/apache-commons-bcel/docs/
Dgeneric.mdl2838 name "InitialValue"