Searched refs:Add (Results 1 - 25 of 1487) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dsampler_test.cc49 cell->Add(-1.0);
50 expected.Add(-1.0);
51 cell->Add(10.0);
52 expected.Add(10.0);
53 cell->Add(20.0);
54 expected.Add(20.0);
55 cell->Add(31.0);
56 expected.Add(31.0);
80 cell->Add(-1.0);
81 expected.Add(
[all...]
/external/mesa3d/
H A Dcommon.py87 opts.Add(EnumOption('build', 'build type', 'debug',
90 opts.Add(BoolOption('verbose', 'verbose output', 'no'))
91 opts.Add(EnumOption('machine', 'use machine-specific assembly code',
94 opts.Add(EnumOption('platform', 'target platform', host_platform,
97 opts.Add(BoolOption('embedded', 'embedded build', 'no'))
98 opts.Add(BoolOption('analyze',
100 opts.Add(BoolOption('asan', 'enable Address Sanitizer', 'no'))
101 opts.Add('toolchain', 'compiler toolchain', default_toolchain)
102 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support',
104 opts.Add(BoolOptio
[all...]
/external/v8/src/
H A Dexternal-reference-table.cc41 Add(nullptr, "nullptr");
76 Add(ExternalReference::roots_array_start(isolate).address(),
78 Add(ExternalReference::address_of_stack_limit(isolate).address(),
80 Add(ExternalReference::address_of_real_stack_limit(isolate).address(),
82 Add(ExternalReference::new_space_allocation_limit_address(isolate).address(),
84 Add(ExternalReference::new_space_allocation_top_address(isolate).address(),
86 Add(ExternalReference::mod_two_doubles_operation(isolate).address(),
88 Add(ExternalReference::handle_scope_next_address(isolate).address(),
90 Add(ExternalReference::handle_scope_limit_address(isolate).address(),
92 Add(ExternalReferenc
[all...]
H A Dstring-stream.cc81 void StringStream::Add(Vector<const char> format, Vector<FmtElm> elms) { function in class:v8::StringStream
111 Add(value);
133 Add("\\x%02x", value);
135 Add("\\u%04x", value);
143 Add(Vector<const char>(formatted.start(), length));
150 Add("-inf");
152 Add("inf");
154 Add("nan");
158 Add(formatted.start());
166 Add(formatte
[all...]
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtoco_tooling.cc54 transformations->Add(new ConvertExpandDimsToReshape);
55 transformations->Add(new ConvertTrivialAddNToAdd);
56 transformations->Add(new ConvertTrivialStackToReshape);
57 transformations->Add(new ConvertTrivialTransposeToReshape);
58 transformations->Add(new ConvertReorderAxes);
59 transformations->Add(new ResolveReshapeAttributes);
60 transformations->Add(new ResolveTransposeAttributes);
61 transformations->Add(new PropagateArrayDataTypes);
62 transformations->Add(new PropagateFixedSizes);
63 transformations->Add(ne
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dunique_tensor_references_test.cc30 refs.Add(a);
31 refs.Add(b);
53 refs.Add(a);
54 refs.Add(b);
72 refs.Add(a);
73 refs.Add(b);
86 refs.Add(a);
87 refs.Add(b);
88 refs.Add(c);
89 refs.Add(
[all...]
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram_test.cc56 h.Add(-3.0);
62 h.Add(-3.0);
63 h.Add(4.99);
64 h.Add(5.0);
65 h.Add(1000.0);
71 h.Add(-2);
72 h.Add(-2);
73 h.Add(0);
82 h.Add(-1.0);
84 h.Add(1.
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dset_return_value_test.cc35 auto ax = builder.Add(alpha, x);
36 auto aax = builder.Add(alpha, ax);
49 auto ax = builder.Add(alpha, x);
50 auto aax = builder.Add(alpha, ax);
65 auto ax = builder.Add(alpha, x);
66 auto aax = builder.Add(alpha, ax);
69 auto aaax = builder.Add(alpha, aax);
82 auto ax = builder.Add(alpha, x);
83 auto aax = builder.Add(alpha, ax);
86 auto aaax = builder.Add(alph
[all...]
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
H A DAdd.java14 public class Add implements IExpression { class in inherits:IExpression
20 public Add(final IExpression l, final IExpression r) { method in class:Add
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Dexample_test.cc47 matrix[0].Add(1, 0.4f);
48 matrix[0].Add(2, 0.3f);
49 matrix[1].Add(0, 1.f);
50 matrix[1].Add(2, 2.f);
51 matrix[2].Add(0, 3.f);
52 matrix[2].Add(1, 1.f);
53 matrix[2].Add(2, 5.f);
54 matrix[4].Add(0, -4.f);
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp145 /// Add an Objective-C type parameter list to the given record.
161 /// Add to the record the first declaration from each module file that
210 // Add a slot to the record for the number of specializations.
1673 Abv->Add(BitCodeAbbrevOp(serialization::DECL_FIELD));
1675 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1676 Abv->Add(BitCodeAbbrevOp(0)); // LexicalDeclContext
1677 Abv->Add(BitCodeAbbrevOp(0)); // isInvalidDecl
1678 Abv->Add(BitCodeAbbrevOp(0)); // HasAttrs
1679 Abv->Add(BitCodeAbbrevOp(0)); // isImplicit
1680 Abv->Add(BitCodeAbbrevO
[all...]
/external/v8/src/parsing/
H A Dpreparse-data.cc22 function_store_.Add(start);
23 function_store_.Add(end);
24 function_store_.Add(num_parameters);
25 function_store_.Add(function_length);
26 function_store_.Add(properties);
27 function_store_.Add(
30 function_store_.Add(num_inner_functions);
/external/llvm/unittests/IR/
H A DAsmWriterTest.cpp27 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef));
28 Add->setMetadata(
32 Add->print(OS);
/external/v8/src/crankshaft/
H A Dhydrogen-store-elimination.cc20 flags.Add(kArrayElements);
21 flags.Add(kArrayLengths);
22 flags.Add(kStringLengths);
23 flags.Add(kBackingStoreFields);
24 flags.Add(kDoubleArrayElements);
25 flags.Add(kDoubleFields);
26 flags.Add(kElementsPointer);
27 flags.Add(kInobjectFields);
28 flags.Add(kExternalMemory);
29 flags.Add(kStringChar
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Dtrace.h26 #define WEBRTC_TRACE true ? (void) 0 : Trace::Add
28 #define WEBRTC_TRACE Trace::Add
81 static void Add(const TraceLevel level,
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp46 // Add a basic block to the function... again, it automatically inserts
55 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
59 BB->getInstList().push_back(Add);
62 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/swiftshader/third_party/LLVM/examples/ModuleMaker/
H A DModuleMaker.cpp40 // Add a basic block to the function... again, it automatically inserts
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
53 BB->getInstList().push_back(Add);
56 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DOcamlGC.cpp29 static GCRegistry::Add<OcamlGC>
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc31 mset.Add(1, true, 2);
37 mset.Add(3, true, 4);
38 mset.Add(5, false, 6);
50 mset.Add(1, true, 2);
54 mset.Add(1, true, 2);
68 mset.Add(1, true, 2);
78 mset.Add(1, true, 2);
79 mset.Add(1, true, 2);
80 mset.Add(3, true, 4);
81 mset.Add(
[all...]
/external/llvm/lib/CodeGen/
H A DBuiltinGCs.cpp125 static GCRegistry::Add<ErlangGC> A("erlang",
127 static GCRegistry::Add<OcamlGC> B("ocaml", "ocaml 3.10-compatible GC");
128 static GCRegistry::Add<ShadowStackGC>
130 static GCRegistry::Add<StatepointGC> D("statepoint-example",
132 static GCRegistry::Add<CoreCLRGC> E("coreclr", "CoreCLR-compatible GC");
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc66 field.Add(5);
72 field.Add(42);
108 field.Add(i * i);
127 field1.Add(5);
128 field1.Add(42);
154 field1.Add(i * i);
156 field2.Add(5);
157 field2.Add(42);
173 field1.Add(5);
174 field1.Add(4
[all...]
/external/pdfium/fxjs/
H A Dcjs_globalvariablearray.cpp25 Add(pNewObjData);
32 Add(pNewObjData);
39 Add(pNewObjData);
46 Add(pNewObjData);
52 Add(pNewObjData);
58 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) { function in class:CJS_GlobalVariableArray
/external/curl/docs/cmdline-opts/
H A Dtrace-time.d2 Help: Add time stamps to trace/verbose output
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs70 Assert.Throws<ArgumentNullException>(() => map.Add(0, nullValue));
72 map.Add(1, nonNullValue);
80 Assert.Throws<ArgumentNullException>(() => map.Add(null, new ForeignMessage()));
94 map.Add("a", "v1");
95 map.Add("b", "v2");
96 map.Add("c", "v3");
98 map.Add("d", "v4");
107 map1.Add("a", "v1");
108 map1.Add("b", "v2");
111 map2.Add("
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.cc43 void TraceEventMemoryOverhead::Add(const char* object_type, function in class:base::trace_event::TraceEventMemoryOverhead
45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes);
48 void TraceEventMemoryOverhead::Add(const char* object_type, function in class:base::trace_event::TraceEventMemoryOverhead
61 Add("std::string", sizeof(std::string) + std::max<size_t>(capacity, 32u));
66 Add("RefCountedString", sizeof(RefCountedString));
76 Add("FundamentalValue", sizeof(Value));
82 Add("StringValue", sizeof(Value));
89 Add("BinaryValue", sizeof(BinaryValue) + binary_value->GetSize());
95 Add("DictionaryValue", sizeof(DictionaryValue));
106 Add("ListValu
[all...]

Completed in 2108 milliseconds

1234567891011>>