Home
last modified time | relevance | path

Searched refs:outputIndices (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/fuzz/
DFuzzPolyUtils.cpp42 SkTDArray<uint16_t> outputIndices; in DEF_FUZZ() local
43 ignoreResult(SkTriangulateSimplePolygon(polygon, indexMap, count, &outputIndices)); in DEF_FUZZ()
/third_party/skia/fuzz/
DFuzzPolyUtils.cpp42 SkTDArray<uint16_t> outputIndices; in DEF_FUZZ() local
43 ignoreResult(SkTriangulateSimplePolygon(polygon, indexMap, count, &outputIndices)); in DEF_FUZZ()
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dsubgraph_tensor_pass.cc43 if (IsContain<uint32_t>(subgraph->outputIndices, tensor_idx)) { in IsUsing()
53 UpdateVec<uint32_t>(&(subgraph->outputIndices), tensor_idx); in UpdateTensorIdx()
Dsubgraph_node_pass.cc64 return (tensors_indices.count(idx) > 0) || IsContain(subgraph->outputIndices, idx); in IsNodeOutputInSubgraph()
/third_party/mindspore/mindspore/lite/tools/common/
Dgraph_util.cc111 std::begin(subGraph->outputIndices), std::end(subGraph->outputIndices), in ReplaceOutput()
330 …for (auto gOutIdx = subgraph->outputIndices.begin(); gOutIdx != subgraph->outputIndices.end(); gOu… in RemoveTensor()
679 subgraph_indices.assign(subgraph->outputIndices.begin(), subgraph->outputIndices.end()); in SetSubgraphTensorIndices()
/third_party/mindspore/mindspore/lite/src/
Dlite_model.cc148 …if (sub_graph.name() == nullptr || sub_graph.inputIndices() == nullptr || sub_graph.outputIndices(… in ConvertSubGraph()
165 auto out_count = sub_graph.outputIndices()->size(); in ConvertSubGraph()
167 subgraph->output_indices_.push_back(sub_graph.outputIndices()->Get(i)); in ConvertSubGraph()
/third_party/mindspore/mindspore/lite/test/st/
Dsub_graph_test.cc143 sub_graph_0->outputIndices = {14}; in TEST_F()
238 sub_graph_1->outputIndices = {9}; in TEST_F()
308 sub_graph_2->outputIndices = {9}; in TEST_F()
/third_party/mindspore/mindspore/lite/schema/
Dmodel.fbs91 outputIndices: [uint];
Dmodel_v0.fbs287 outputIndices: [uint];
Dmodel_generated.h2038 const flatbuffers::Vector<uint32_t> *outputIndices() const { in outputIndices() function
2054 verifier.VerifyVector(outputIndices()) && in Verify()
2073 void add_outputIndices(flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices) { in add_outputIndices()
2074 fbb_.AddOffset(SubGraph::VT_OUTPUTINDICES, outputIndices); in add_outputIndices()
2097 flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices = 0,
2103 builder_.add_outputIndices(outputIndices);
2113 const std::vector<uint32_t> *outputIndices = nullptr,
2118 auto outputIndices__ = outputIndices ? _fbb.CreateVector<uint32_t>(*outputIndices) : 0;
Dmodel_v0_generated.h3495 const flatbuffers::Vector<uint32_t> *outputIndices() const {
3511 verifier.VerifyVector(outputIndices()) &&
3530 void add_outputIndices(flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices) {
3531 fbb_.AddOffset(SubGraph::VT_OUTPUTINDICES, outputIndices);
3554 flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices = 0,
3560 builder_.add_outputIndices(outputIndices);
3570 const std::vector<uint32_t> *outputIndices = nullptr,
3575 auto outputIndices__ = outputIndices ? _fbb.CreateVector<uint32_t>(*outputIndices) : 0;
/third_party/mindspore/mindspore/lite/schema/inner/
Dmodel_generated.h2221 std::vector<uint32_t> outputIndices{};
2251 const flatbuffers::Vector<uint32_t> *outputIndices() const { in outputIndices() function
2276 verifier.VerifyVector(outputIndices()) && in Verify()
2298 void add_outputIndices(flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices) { in add_outputIndices()
2299 fbb_.AddOffset(SubGraph::VT_OUTPUTINDICES, outputIndices); in add_outputIndices()
2322 flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices = 0,
2328 builder_.add_outputIndices(outputIndices);
2338 const std::vector<uint32_t> *outputIndices = nullptr,
2343 auto outputIndices__ = outputIndices ? _fbb.CreateVector<uint32_t>(*outputIndices) : 0;
2801 …_e = outputIndices(); if (_e) { _o->outputIndices.resize(_e->size()); for (flatbuffers::uoffset_t … in UnPackTo()
[all …]
Dmodel_v0_generated.h5336 std::vector<uint32_t> outputIndices{};
5366 const flatbuffers::Vector<uint32_t> *outputIndices() const {
5391 verifier.VerifyVector(outputIndices()) &&
5413 void add_outputIndices(flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices) {
5414 fbb_.AddOffset(SubGraph::VT_OUTPUTINDICES, outputIndices);
5437 flatbuffers::Offset<flatbuffers::Vector<uint32_t>> outputIndices = 0,
5443 builder_.add_outputIndices(outputIndices);
5453 const std::vector<uint32_t> *outputIndices = nullptr,
5458 auto outputIndices__ = outputIndices ? _fbb.CreateVector<uint32_t>(*outputIndices) : 0;
5876 …_e = outputIndices(); if (_e) { _o->outputIndices.resize(_e->size()); for (flatbuffers::uoffset_t …
[all …]
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_export.cc233 meta_graph_->subGraph[0]->outputIndices.clear(); in LoadModel()
427 meta_graph_->subGraph[0]->outputIndices.push_back(remap_[id]); in ExportNet()
/third_party/mindspore/mindspore/lite/tools/anf_exporter/
Danf_exporter.cc312 meta_graphT->subGraph.at(subgraph_index)->outputIndices.push_back(i); in SetSubGraphOutputIndex()
553 …eta_graphT->outputIndex.assign(final_meta_graph->outputIndices.begin(), final_meta_graph->outputIn… in SetMetaGraphOutput()
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph_to_model.cc152 tmp.outputIndices = std::vector<uint32_t>(graph->output_indices_); in MindIR_LiteGraph_To_Model()