HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 126 - 150 of 2450) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/core/lib/io/
table_builder.h 48 // Add key,value to the table being constructed.
51 void Add(const StringPiece& key, const StringPiece& value);
75 // Number of calls to Add() so far.
  /external/tensorflow/tensorflow/tools/graph_transforms/
insert_logging_test.cc 58 Add(root.WithOpName("add_node2"), const_node1, const_node2);
60 Add(root.WithOpName("add_node3"), const_node1, const_node3);
63 Add(root.WithOpName("add_node4"), mul_node1, const_node3);
105 Add(root.WithOpName("add_node2"), const_node1, const_node2);
107 Add(root.WithOpName("add_node3"), const_node1, const_node3);
110 Add(root.WithOpName("add_node4"), mul_node1, const_node3);
120 std::pair<string, std::vector<string>>({"op", {"Mul", "Add"}}));
154 Add(root.WithOpName("add_node2"), const_node1, const_node2);
156 Add(root.WithOpName("add_node3"), const_node1, const_node3);
159 Add(root.WithOpName("add_node4"), mul_node1, const_node3)
    [all...]
set_device.cc 34 NodeDef* new_node = output_graph_def->mutable_node()->Add();
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 52 static FrontendPluginRegistry::Add<BlinkGCPluginAction> X(
  /external/v8/tools/clang/rewrite_to_chrome_style/
EditTracker.h 39 void Add(const clang::SourceManager& source_manager,
  /art/libelffile/elf/
elf_builder.h 197 // Add this section to the list of generated ELF sections (if not there already).
238 Elf_Word Add(const void* data, size_t length) {
281 Elf_Word Add(const std::string& name) {
285 return CachedSection::Add(name.c_str(), name.length() + 1);
352 void Add(Elf_Word name,
364 Add(sym, section);
368 void Add(Elf_Sym sym, const Section* section) {
655 dynstr_.Add(""); // dynstr should start with empty string.
656 Elf_Word oatdata = dynstr_.Add("oatdata");
657 dynsym_.Add(oatdata, &rodata_, rodata_.GetAddress(), rodata_size, STB_GLOBAL, STT_OBJECT)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers_test.cc 47 auto add = HloInstruction::CreateBinary(shape, HloOpcode::kAdd, param.get(), local
50 EXPECT_THAT(add.get(), op::Add());
51 EXPECT_THAT(add.get(), op::Add(op::Parameter(), op::Multiply()));
52 EXPECT_THAT(add.get(),
53 op::Add(op::Parameter(), op::Multiply(_, op::Parameter())));
56 EXPECT_THAT(Explain(add.get(), op::Parameter()), Eq(""));
57 EXPECT_THAT(Explain(add.get(), op::Add(op::Parameter()))
231 auto add = local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
utils_test.cc 111 // Now add the convolution op
232 FRIEND_TEST(TensorSizeHistogramTest, Add);
267 TEST(TensorSizeHistogramTest, Add) {
269 hist.Add(1037);
270 hist.Add(1038);
271 hist.Add(1039);
285 hist1.Add(1037);
286 hist1.Add(1038);
287 hist1.Add(1039);
299 hist3.Add(1)
    [all...]
  /external/v8/src/parsing/
expression-classifier.h 202 Add(Error(loc, message, kExpressionProduction, arg));
210 Add(Error(loc, message, kFormalParameterInitializerProduction, arg));
218 Add(Error(loc, message, kBindingPatternProduction, arg));
226 Add(Error(loc, message, kAssignmentPatternProduction, arg));
241 Add(Error(loc, message, kArrowFormalParametersProduction, arg));
249 Add(Error(loc, message, kAsyncArrowFormalParametersProduction, arg));
255 Add(Error(loc, MessageTemplate::kParamDupe,
267 Add(Error(loc, message, kStrictModeFormalParametersProduction, arg));
275 Add(Error(loc, message, kLetPatternProduction, arg));
330 // classifier, copy it there, otherwise add it to the en
    [all...]
  /external/perf_data_converter/src/quipper/
huge_page_deducer_test.cc 21 MMapEvent* ev = events->Add()->mutable_mmap_event();
32 MMapEvent* ev = events.Add()->mutable_mmap_event();
40 MMapEvent* ev = events.Add()->mutable_mmap_event();
48 MMapEvent* ev = events.Add()->mutable_mmap_event();
56 MMapEvent* ev = events.Add()->mutable_mmap_event();
64 MMapEvent* ev = events.Add()->mutable_mmap_event();
72 MMapEvent* ev = events.Add()->mutable_mmap_event();
355 events.Add();
364 events.Add();
365 events.Add();
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
SetExtensions.cs 45 public static bool add<T>( this HashSet<T> set, T item ) method in class:Antlr.Runtime.JavaExtensions.SetExtensions
47 return set.Add( item );
54 set.Add( item );
  /external/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 84 static FrontendPluginRegistry::Add<AnnotateFunctionsAction>
87 static PragmaHandlerRegistry::Add<PragmaAnnotateHandler>
  /external/deqp-deps/SPIRV-Tools/source/opt/
feature_manager.cpp 38 extensions_.Add(extension);
46 capabilities_.Add(cap);
  /external/flatbuffers/tests/FlatBuffers.Test/
Program.cs 46 testResults.Add(true);
52 testResults.Add(false);
  /external/libaom/libaom/test/
md5_helper.h 23 void Add(const aom_image_t *img) {
28 // we are shifting by 1 (chroma_shift) we add 1 before doing the shift.
47 void Add(const uint8_t *data, size_t size) {
  /external/libvpx/libvpx/test/
md5_helper.h 22 void Add(const vpx_image_t *img) {
27 // we are shifting by 1 (chroma_shift) we add 1 before doing the shift.
46 void Add(const uint8_t *data, size_t size) {
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 78 // Add a basic block to the function. As before, it automatically inserts
94 // Create the add instruction, inserting it into the end of BB.
95 Value *Add = builder.CreateAdd(One, ArgX);
97 // Create the return instruction and add it to the basic block
98 builder.CreateRet(Add);
108 // Add a basic block to the FooF function.
121 // Create the return instruction and add it to the basic block.
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 64 realNames.Add(name);
69 names.Add((const wchar_t *)realNames[i]);
  /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
HowToUseJIT.cpp 69 // Add a basic block to the function. As before, it automatically inserts
85 // Create the add instruction, inserting it into the end of BB.
86 Value *Add = builder.CreateAdd(One, ArgX);
88 // Create the return instruction and add it to the basic block
89 builder.CreateRet(Add);
100 // Add a basic block to the FooF function.
113 // Create the return instruction and add it to the basic block.
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
feature_manager.cpp 38 extensions_.Add(extension);
46 capabilities_.Add(cap);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 76 // Add a basic block to the function. As before, it automatically inserts
92 // Create the add instruction, inserting it into the end of BB.
93 Value *Add = builder.CreateAdd(One, ArgX);
95 // Create the return instruction and add it to the basic block
96 builder.CreateRet(Add);
105 // Add a basic block to the FooF function.
118 // Create the return instruction and add it to the basic block.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
KnownBits.cpp 19 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW,
23 if (!Add) {
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
aggregate_ops.cc 56 sum = xla::Add(sum, operand);
66 sum = xla::Add(sum, ctx->Input(i));
  /external/tensorflow/tensorflow/compiler/xla/tests/
axpy_simple_test.cc 49 Add(ax, y);
63 Add(ax, y);
  /external/tensorflow/tensorflow/core/lib/histogram/
histogram.h 55 void Add(double value);
122 void Add(double value);

Completed in 2151 milliseconds

1 2 3 4 56 7 8 91011>>