Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/lite/models/smartreply/ops/
Dpredict_test.cc72 std::vector<int> GetLabel() { return ExtractVector<int>(output_label_); } in GetLabel() function in tflite::ops::custom::__anon95d2e5af0111::PredictOpModel
115 EXPECT_THAT(m.GetLabel(), ElementsAreArray({12, 11})); in TEST()
126 EXPECT_THAT(m.GetLabel(), ElementsAreArray({12})); in TEST()
137 EXPECT_THAT(m.GetLabel(), ElementsAreArray({12, -1})); in TEST()
148 EXPECT_THAT(m.GetLabel(), ElementsAreArray({-1, -1})); in TEST()
159 EXPECT_THAT(m.GetLabel(), ElementsAreArray({11, -1})); in TEST()
170 EXPECT_THAT(m.GetLabel(), ElementsAreArray({-1, -1})); in TEST()
/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp81 Optional<WideString> CPDF_PageLabel::GetLabel(int nPage) const { in GetLabel() function in CPDF_PageLabel
134 Optional<WideString> str = GetLabel(i); in GetPageByLabel()
Dcpdf_pagelabel.h20 Optional<WideString> GetLabel(int nPage) const;
/external/toolchain-utils/crb/
Dautotest_gatherer.py50 label = run.GetLabel()
Dautotest_run.py139 def GetLabel(self): member in AutotestRun
/external/v8/include/
Dv8-profiler.h965 virtual const char* GetLabel() = 0;
976 virtual const char* GetGroupLabel() { return GetLabel(); } in GetGroupLabel()
/external/golang-protobuf/
DREADME.md203 if test.GetLabel() != newTest.GetLabel() {
204 log.Fatalf("data mismatch %q != %q", test.GetLabel(), newTest.GetLabel())
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.cpp103 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.cpp151 IRContext* ctx = blocks_.front()->GetLabel()->context(); in IsRecursive()
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/external/v8/src/compiler/
Dcode-generator.cc232 tasm()->bind(GetLabel(current_block_)); in AssembleCode()
336 if (branch.false_label == GetLabel(block->rpo_number())) { in TryInsertBranchPoisoning()
623 branch->true_label = GetLabel(true_rpo); in ComputeBranchInfo()
624 branch->false_label = GetLabel(false_rpo); in ComputeBranchInfo()
875 handlers_.push_back({GetLabel(handler_rpo), tasm()->pc_offset()}); in RecordCallPosition()
Dcode-generator-impl.h123 return gen_->GetLabel(ToRpoNumber(op)); in ToLabel()
Dcode-generator.h106 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } in GetLabel() function
/external/sonivox/jet_tools/JetCreator/
DJetPreview.py89 if button.GetLabel() == JetDefs.BUT_MUTE:
DJetDialogs.py424 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
440 if self.je.ctrls[JetDefs.F_PLAYMIDI].GetLabel() == JetDefs.BUT_STOP:
775 if self.je.ctrls[JetDefs.F_PLAY].GetLabel() == JetDefs.BUT_STOP:
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp31 return loop_construct_header_->GetLabel() in PreconditionHolds()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp29 return loop_construct_header_->GetLabel() in PreconditionHolds()
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c308 #ifndef GetLabel in Icn_GetLabel()
309 PyMac_PRECHECK(GetLabel); in Icn_GetLabel()
315 _err = GetLabel(labelNumber, in Icn_GetLabel()
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp421 Optional<WideString> str = label.GetLabel(page_index); in FPDF_GetPageLabel()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc705 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { in GetLabel() function
888 { "label", (getter)GetLabel, NULL, "Label"},
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2138 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target)); in AssembleArchJump()
2272 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch()
2283 __ beq(GetLabel(i.InputRpo(index + 1))); in AssembleArchLookupSwitch()
2294 cases[index] = GetLabel(i.InputRpo(index + 2)); in AssembleArchTableSwitch()
2298 __ bge(GetLabel(i.InputRpo(1))); in AssembleArchTableSwitch()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc532 const char* label = info->GetLabel(); in GenerateId()
2095 info->GetLabel(), elements) in AllocateEntry()
2096 : names_->GetCopy(info->GetLabel()); in AllocateEntry()
2173 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent()
2176 virtual const char* GetLabel() { return label_; } in GetLabel() function in v8::internal::NativeGroupRetainedObjectInfo
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2236 if (!IsNextInAssemblyOrder(target)) __ B(GetLabel(target)); in AssembleArchJump()
2308 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch()
2319 __ B(eq, GetLabel(i.InputRpo(index + 1))); in AssembleArchLookupSwitch()
2333 __ B(hs, GetLabel(i.InputRpo(1))); in AssembleArchTableSwitch()
2340 __ B(GetLabel(i.InputRpo(index + 2))); in AssembleArchTableSwitch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2795 if (!IsNextInAssemblyOrder(target)) __ b(GetLabel(target)); in AssembleArchJump()
2901 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch()
2912 __ beq(GetLabel(i.InputRpo(index + 1))); in AssembleArchLookupSwitch()
2923 cases[index] = GetLabel(i.InputRpo(index + 2)); in AssembleArchTableSwitch()
2927 __ bge(GetLabel(i.InputRpo(1))); in AssembleArchTableSwitch()

12