Home
last modified time | relevance | path

Searched refs:SetEnd (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dstrided_slice_test.cc55 void SetEnd(std::initializer_list<int32_t> data) { in SetEnd() function in tflite::__anone1578cc60111::StridedSliceOpModel
94 m.SetEnd({3}); in TEST()
105 m.SetEnd({3}); in TEST()
115 m.SetEnd({3}); in TEST()
126 m.SetEnd({3}); in TEST()
137 m.SetEnd({-2}); in TEST()
148 m.SetEnd({5}); in TEST()
159 m.SetEnd({3}); in TEST()
170 m.SetEnd({-3}); in TEST()
181 m.SetEnd({2}); in TEST()
[all …]
/external/v8/src/compiler/
Dgraph.h48 graph_->SetEnd(end_); in NON_EXPORTED_BASE()
82 void SetEnd(Node* end) { end_ = end; } in NON_EXPORTED_BASE()
Dgraph-reducer.cc192 if (node == graph()->end()) graph()->SetEnd(replacement); in Replace()
Draw-machine-assembler.cc42 graph->SetEnd(graph->NewNode(common_.End(0))); in RawMachineAssembler()
Dbytecode-graph-builder.cc599 graph()->SetEnd(end); in CreateGraph()
Dwasm-compiler.cc98 g->SetEnd(g->NewNode(mcgraph->common()->End(1), node)); in MergeControlToEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp211 const auto SetEnd = Set.end(); in bumpPredsPriority() local
213 if (Set.find(C.SU) != SetEnd) { in bumpPredsPriority()
/external/libchrome/ui/gfx/range/
Drange_unittest.cc149 TYPED_TEST(RangeTest, SetEnd) { in TYPED_TEST() argument