HomeSort by relevance Sort by last modified time
    Searched refs:WithName (Results 1 - 24 of 24) sorted by null

  /external/tensorflow/tensorflow/core/util/
equal_graph_def_test.cc 79 Input(e_.opts().WithName("A"));
80 Input(a_.opts().WithName("A"));
85 Input(e_.opts().WithName("A"));
86 Input(a_.opts().WithName("B"));
92 Input(e_.opts().WithName("A"));
93 Input(e_.opts().WithName("B"));
94 Input(a_.opts().WithName("A"));
100 Input(e_.opts().WithName("A"));
101 Input(a_.opts().WithName("A"));
102 Input(a_.opts().WithName("B"))
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
placer_test.cc 321 Node* input = ops::SourceOp("TestInput", b.opts().WithName("in"));
322 ops::UnaryOp("TestRelu", ops::NodeOut(input, 0), b.opts().WithName("n1"));
323 ops::UnaryOp("TestRelu", ops::NodeOut(input, 1), b.opts().WithName("n2"));
340 Node* input = ops::SourceOp("TestInput", b.opts().WithName("in"));
342 b.opts().WithName("n1"));
344 b.opts().WithName("n2"));
359 Node* input = ops::SourceOp("TestGPUOutput", b.opts().WithName("in"));
361 b.opts().WithName("n1"));
376 Node* input = ops::SourceOp("TestGPUOutput", b.opts().WithName("in"));
379 b.opts().WithName("n1").WithAttr("_class", {"loc:@in"}))
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
xla_fusion_optimizer_test.cc 52 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A"));
53 Node* b = ops::UnaryOp("Relu", a, builder.opts().WithName("B"));
54 Node* c = ops::UnaryOp("Relu", b, builder.opts().WithName("C"));
56 ops::UnaryOp("UncompilableUnary", c, builder.opts().WithName("D"));
57 Node* e = ops::UnaryOp("Relu", d, builder.opts().WithName("E"));
58 ops::UnaryOp("Relu", e, builder.opts().WithName("F"));
82 builder.opts().WithName("A").WithAttr("dtype", tensorflow::DT_FLOAT));
85 builder.opts().WithName("B").WithAttr("dtype", tensorflow::DT_FLOAT));
87 Node* c = ops::BinaryOp("Add", a, b, builder.opts().WithName("C"));
88 ops::BinaryOp("MatMul", a, c, builder.opts().WithName("D"))
    [all...]
encapsulate_subgraphs_pass_test.cc 418 NodeBuilder node_builder(opts.WithName(name).GetNameForOp("_XlaRecvAtHost"),
437 NodeBuilder node_builder(opts.WithName(name).GetNameForOp("_XlaSendFromHost"),
569 Node* a = Input(builder.opts().WithName("A"));
570 Node* b = Input(builder.opts().WithName("B"));
571 Node* c = Unary(a, builder.opts().WithName("C"));
572 Binary(b, c, builder.opts().WithName("D"));
597 Node* a = Input(b1.opts().WithName("A"));
598 Node* b = Input(b1.opts().WithName("B"));
600 Node* c = Unary(a, b1.opts().WithName("C").WithAttr("_encapsulate", "F1"));
602 b1.opts().WithName("c").WithControlInput(c).WithAttr
    [all...]
partially_decluster_pass_test.cc 132 ops::SourceOp("FakeNullary", builder.opts().WithName("Input"));
135 builder.opts().WithName("ClusteredProducer"));
137 builder.opts().WithName("UnclusteredConsumer"));
140 builder.opts().WithName("ClusteredConsumer"));
168 ops::SourceOp("FakeNullary", builder.opts().WithName("Input"));
171 builder.opts().WithName("ClusteredProducer"));
174 builder.opts().WithName("ConsumerInDifferentCluster"));
177 builder.opts().WithName("ClusteredConsumer"));
197 ops::SourceOp("FakeNullary", builder.opts().WithName("Input"));
200 builder.opts().WithName("ClusteredProducer"))
    [all...]
mark_for_compilation_pass_test.cc 94 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A"));
95 Node* b = ops::UnaryOp("Relu", a, builder.opts().WithName("B"));
96 Node* c = ops::UnaryOp("Relu", b, builder.opts().WithName("C"));
98 ops::UnaryOp("UncompilableUnary", c, builder.opts().WithName("D"));
99 Node* e = ops::UnaryOp("Relu", d, builder.opts().WithName("E"));
100 ops::UnaryOp("Relu", e, builder.opts().WithName("F"));
120 .WithName("A")
124 ops::UnaryOp("UncompilableUnary", a, builder.opts().WithName("B"));
125 ops::BinaryOp("MatMul", a, b, builder.opts().WithName("C"));
141 .WithName("A"
    [all...]
  /external/tensorflow/tensorflow/core/graph/
algorithm_test.cc 80 Node* w1 = SourceOp("TestParams", b.opts().WithName("W1"));
81 Node* w2 = SourceOp("TestParams", b.opts().WithName("W2"));
83 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1));
84 Node* t1 = BinaryOp("TestMul", w1, {input, 1}, b.opts().WithName("t1"));
86 b.opts().WithName("t2").WithControlInput(t1));
87 BinaryOp("TestMul", w2, {input, 1}, b.opts().WithName("t3"));
132 Node* w1 = SourceOp("TestParams", b.opts().WithName("W1"));
134 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1));
135 BinaryOp("TestMul", w1, {input, 1}, b.opts().WithName("t2"));
142 b.opts().WithName(strings::StrCat("internal", j)))
    [all...]
collective_order_test.cc 85 .WithName(name)
115 builder.opts().WithName("a").WithDevice(dev0));
117 builder.opts().WithName("b").WithDevice(dev1));
122 builder.opts().WithName("id0").WithDevice(dev0).WithAttr("T", DT_FLOAT));
125 builder.opts().WithName("id1").WithDevice(dev1).WithAttr("T", DT_FLOAT));
170 builder.opts().WithName("a").WithDevice(dev0));
175 builder.opts().WithName("id").WithDevice(dev0).WithAttr("T", DT_FLOAT));
206 builder.opts().WithName("w").WithDevice(dev0));
208 builder.opts().WithName("x").WithDevice(dev0));
210 builder.opts().WithName("y").WithDevice(dev0))
    [all...]
graph_def_builder.h 54 // // Note: WithName() returns a copy, opts is unchanged.
55 // Node* nb = Const(5, b.opts().WithName("control-input"));
79 Options WithName(StringPiece name) const;
107 // Uses the value set in WithName() if that has been called. Otherwise,
graph_def_builder.cc 29 GraphDefBuilder::Options GraphDefBuilder::Options::WithName(
subgraph_test.cc 360 last_node = ops::UnaryOp("Op", last_node, b.opts().WithName(name));
362 last_node = ops::SourceOp("In", b.opts().WithName(name));
graph_partition.cc 524 bopts.WithName(switch_name));
527 AddControlNext({switch_node, 1}, device_name, bopts.WithName(next_name));
679 AddControlConst(device_name, bopts.WithName(node_name));
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
app_unittest.cc 53 app.WithName(kName);
66 app.WithName(kName);
app.h 38 void WithName(uint32_t name) { name_ = name; }
  /external/libchrome/base/metrics/
statistics_recorder.cc 141 Sort(WithName(GetHistograms(), query))) {
156 Sort(WithName(GetHistograms(), query))) {
356 StatisticsRecorder::Histograms StatisticsRecorder::WithName(
statistics_recorder.h 219 static Histograms WithName(Histograms histograms, const std::string& query);
statistics_recorder_unittest.cc 261 TEST_P(StatisticsRecorderTest, WithName) {
268 EXPECT_THAT(StatisticsRecorder::WithName(histograms, ""), SizeIs(3));
269 EXPECT_THAT(StatisticsRecorder::WithName(histograms, "Test"), SizeIs(3));
270 EXPECT_THAT(StatisticsRecorder::WithName(histograms, "1"), SizeIs(1));
271 EXPECT_THAT(StatisticsRecorder::WithName(histograms, "hello"), IsEmpty());
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher_test.cc 46 .WithName("two_plus_two")
62 match::Op().WithName("bad_name")));
693 EXPECT_DESC_AND_EXPLANATION(iota, m::Op().WithName("foo"),
    [all...]
pattern_matcher.h 53 // - WithName
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 78 extern llvm::cl::list<std::string> WithName;
llvm-pdbutil.cpp 171 cl::list<std::string> WithName(
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 126 app.WithName(name);
145 app.WithName(name);
rtcp_receiver_unittest.cc 416 app.WithName(name);
433 app.WithName(name);
    [all...]
rtcp_sender.cc 694 app->WithName(app_name_);
    [all...]

Completed in 1294 milliseconds