Home
last modified time | relevance | path

Searched refs:SourceOp (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_test.cc321 Node* input = ops::SourceOp("TestInput", b.opts().WithName("in")); in TEST_F()
340 Node* input = ops::SourceOp("TestInput", b.opts().WithName("in")); in TEST_F()
359 Node* input = ops::SourceOp("TestGPUOutput", b.opts().WithName("in")); in TEST_F()
376 Node* input = ops::SourceOp("TestGPUOutput", b.opts().WithName("in")); in TEST_F()
436 Node* ds = ops::SourceOp("CreateDatasetSP", b.opts().WithName("ds")); in TEST_F()
451 Node* ds = ops::SourceOp("CreateDatasetRP", b.opts().WithName("ds")); in TEST_F()
466 Node* ds = ops::SourceOp("CreateDatasetNP", b.opts().WithName("ds")); in TEST_F()
481 Node* ds = ops::SourceOp("CreateDatasetNP", b.opts().WithName("ds")); in TEST_F()
496 Node* ds = ops::SourceOp("CreateDatasetSP", b.opts().WithName("ds")); in TEST_F()
511 Node* ds = ops::SourceOp("CreateDatasetCPU", b.opts().WithName("ds")); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/graph/
Dcollective_order_test.cc114 Node* a = ops::SourceOp("TestParams", in InitGraph()
116 Node* b = ops::SourceOp("TestParams", in InitGraph()
169 Node* a = ops::SourceOp("TestParams", in InitGraph2()
205 Node* w = ops::SourceOp("TestParams", in InitGraphForPruning()
207 Node* x = ops::SourceOp("TestParams", in InitGraphForPruning()
209 Node* y = ops::SourceOp("TestParams", in InitGraphForPruning()
211 Node* z = ops::SourceOp("TestParams", in InitGraphForPruning()
Dalgorithm_test.cc80 Node* w1 = SourceOp("TestParams", b.opts().WithName("W1")); in TEST()
81 Node* w2 = SourceOp("TestParams", b.opts().WithName("W2")); in TEST()
83 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1)); in TEST()
132 Node* w1 = SourceOp("TestParams", b.opts().WithName("W1")); in TEST()
134 SourceOp("TestInput", b.opts().WithName("input").WithControlInput(w1)); in TEST()
159 Node* n0 = ops::SourceOp("TestParams", b.opts().WithName("n0")); in TEST()
Dgraph_def_builder.h193 Node* SourceOp(const string& op_name, const GraphDefBuilder::Options& opts);
Dgraph_def_builder.cc101 Node* SourceOp(const string& op_name, const GraphDefBuilder::Options& opts) { in SourceOp() function
Dsubgraph_test.cc362 last_node = ops::SourceOp("In", b.opts().WithName(name)); in BM_SubgraphHelper()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer_test.cc52 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A")); in TEST_F()
80 Node* a = ops::SourceOp( in TEST_F()
83 Node* b = ops::SourceOp( in TEST_F()
109 Node* a = ops::SourceOp( in TEST_F()
112 Node* b = ops::SourceOp( in TEST_F()
140 Node* a = ops::SourceOp("Const", builder.opts() in TEST_F()
164 Node* a = ops::SourceOp("Const", builder.opts() in TEST_F()
Dpartially_decluster_pass_test.cc132 ops::SourceOp("FakeNullary", builder.opts().WithName("Input")); in TEST()
168 ops::SourceOp("FakeNullary", builder.opts().WithName("Input")); in TEST()
197 ops::SourceOp("FakeNullary", builder.opts().WithName("Input")); in TEST()
227 ops::SourceOp("FakeNullary", builder.opts().WithName("Input")); in TEST()
228 Node* resource_var = ops::SourceOp("FakeResourceVar", in TEST()
258 ops::SourceOp("FakeNullary", builder.opts().WithName("Input")); in TEST()
451 ops::SourceOp("FakeNullary", builder.opts().WithName("Input")); in TEST()
Dmark_for_compilation_pass_test.cc94 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A")); in TEST()
119 Node* a = ops::SourceOp("Const", builder.opts() in TEST()
140 Node* a = ops::SourceOp("Const", builder.opts() in TEST()
162 Node* a = ops::SourceOp( in TEST()
184 Node* a = ops::SourceOp("Const", builder.opts() in TEST()
220 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A")); in TEST()
250 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A")); in TEST()
318 ops::SourceOp("UncompilableNullary", builder.opts().WithName("A")); in TEST()
385 Node* a = ops::SourceOp("Const", builder.opts() in TEST()
419 Node* a = ops::SourceOp("Const", builder.opts() in TEST()
[all …]
Dencapsulate_subgraphs_pass_test.cc367 return ops::SourceOp("InputTest", opts); in Input()
371 return ops::SourceOp("InputTestShaped", opts); in InputShaped()
477 return ops::SourceOp("_Arg", in ArgOp()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DPseudoLoweringEmitter.cpp130 StringMap<unsigned>::iterator SourceOp = in evaluateExpansion() local
132 if (SourceOp == SourceOperands.end()) in evaluateExpansion()
140 SourceOp->getValue(); in evaluateExpansion()
142 DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i << "\n"); in evaluateExpansion()
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp179 StringMap<unsigned>::iterator SourceOp = in evaluateExpansion() local
181 if (SourceOp == SourceOperands.end()) in evaluateExpansion()
189 SourceOp->getValue(); in evaluateExpansion()
191 DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i << "\n"); in evaluateExpansion()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp179 StringMap<unsigned>::iterator SourceOp = in evaluateExpansion() local
181 if (SourceOp == SourceOperands.end()) in evaluateExpansion()
189 SourceOp->getValue(); in evaluateExpansion()
191 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i in evaluateExpansion()
DRISCVCompressInstEmitter.cpp365 StringMap<unsigned>::iterator SourceOp = in createInstOperandMapping() local
367 if (SourceOp == SourceOperands.end()) in createInstOperandMapping()
374 SourceDag->getArgNameStr(SourceOp->getValue()) && in createInstOperandMapping()
376 DestOperandMap[i].Data.Operand = SourceOp->getValue(); in createInstOperandMapping()
377 SourceOperandMap[SourceOp->getValue()].Data.Operand = i; in createInstOperandMapping()
378 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ====> " << i in createInstOperandMapping()
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def_test.cc36 return ops::SourceOp("Input", opts); in Input()
40 return ops::SourceOp("Alternate", opts); in Alternate()
/external/tensorflow/tensorflow/core/framework/
Ddataset.cc297 *output = ops::SourceOp( in AddPlaceholderInternal()
304 *output = ops::SourceOp( in AddTensorInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4194 Value *SourceOp = Op0; in foldIdentityShuffles() local
4197 SourceOp = Op1; in foldIdentityShuffles()
4202 if (auto *SourceShuf = dyn_cast<ShuffleVectorInst>(SourceOp)) { in foldIdentityShuffles()
4214 RootVec = SourceOp; in foldIdentityShuffles()
4217 if (RootVec != SourceOp) in foldIdentityShuffles()