Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 25 of 49) sorted by relevance

12

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc79 uint64 GetIndex(const string& str) { in GetIndex() function in tensorflow::tfprof::__anon1c1cedaa0111::StringTable
104 uint64 GetIndex(const string& file_path, const string& func_name, in GetIndex() function in tensorflow::tfprof::__anon1c1cedaa0111::FunctionTable
119 string_table_->GetIndex(strings::StrCat(file_base, ":", func_name))); in GetIndex()
120 func_pb->set_filename(string_table_->GetIndex(file_path)); in GetIndex()
143 uint64 GetIndex(const string& file_path, uint64 line_number, in GetIndex() function in tensorflow::tfprof::__anon1c1cedaa0111::LocationTable
157 line_pb->set_function_id(function_table_->GetIndex( in GetIndex()
204 label_pb->set_key(string_table_->GetIndex("graph node:")); in Add()
205 label_pb->set_str(string_table_->GetIndex(gn->name())); in Add()
275 return loc_table_->GetIndex(file_path, lineno, callee_function, in AddLocation()
312 sample_type->set_type(string_table_.GetIndex(sample_type_description)); in Build()
[all …]
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpmont_multiexp_fast.c55 static cpSize GetIndex(const Ipp8u** ppE, cpSize numItems, cpSize nBit) in GetIndex() function
94 tblIdx =GetIndex(ppE, numItems, eBitNumber); in cpFastMontMultiExp()
104 tblIdx = GetIndex(ppE, numItems, eBitNumber); in cpFastMontMultiExp()
Dpcpgfpx_multiexp.c57 static int GetIndex(const BNU_CHUNK_T* ppE[], int nItems, int nBit) in GetIndex() function
180 int tblIdx = GetIndex(ppExponent, nItems, --expBitSize); in cpGFpxMultiExp()
189 tblIdx = GetIndex(ppExponent, nItems, expBitSize); in cpGFpxMultiExp()
/external/v8/src/snapshot/
Dnatives-external.cc44 int GetIndex(const char* id) { in GetIndex() function in v8::internal::NativesStore
196 int NativesCollection<type>::GetIndex(const char* name) { in GetIndex() function in v8::internal::NativesCollection
197 return NativesHolder<type>::get()->GetIndex(name); in GetIndex()
220 template int NativesCollection<T>::GetIndex(const char* name); \
Dnatives.h46 static int GetIndex(const char* name);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h156 return bit_vectors_[GetIndex(instruction)]; in GetBitVector()
159 return bit_vectors_[GetIndex(instruction)]; in GetBitVector()
175 int GetIndex(const HloInstruction* instruction) const { in GetIndex() function
Dhlo_reachability.cc55 bit_vector->Set(GetIndex(instruction)); in SetReachabilityToUnionHelper()
65 GetBitVector(b).Set(GetIndex(a)); in SetReachable()
70 return GetBitVector(b).Get(GetIndex(a)); in IsReachable()
/external/v8/src/
Dfeedback-vector-inl.h150 return get(GetIndex(slot)); in Get()
162 set(GetIndex(slot), value, mode); in Set()
175 set(GetIndex(slot), MaybeObject::FromObject(value), mode); in Set()
402 int extra_index = vector()->GetIndex(slot()) + 1; in GetFeedbackExtra()
422 int index = vector()->GetIndex(slot()) + 1; in SetFeedbackExtra()
431 int index = vector()->GetIndex(slot()) + 1; in SetFeedbackExtra()
Dvector-slot-pair.cc15 return vector_.is_null() ? -1 : FeedbackVector::GetIndex(slot_); in index()
/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp65 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget()
96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex()); in PerformLayout()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp138 int32_t CXFA_LayoutItem::GetIndex() const { in GetIndex() function in CXFA_LayoutItem
153 int32_t iCount = GetIndex() + 1; in GetCount()
Dcxfa_nodehelper.cpp204 int32_t CXFA_NodeHelper::GetIndex(CXFA_Node* pNode, in GetIndex() function in CXFA_NodeHelper
259 GetIndex(refNode, eLogicType, bIsProperty, true)); in GetNameExpression()
264 GetIndex(refNode, eLogicType, bIsProperty, false)); in GetNameExpression()
Dcxfa_layoutitem.h31 int32_t GetIndex() const;
Dcxfa_nodehelper.h47 int32_t GetIndex(CXFA_Node* pNode,
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.h34 int GetIndex(const WideString& csName) const;
Dcpdf_docjsactions.cpp37 return name_tree.GetIndex(csName); in FindJSAction()
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc713 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
890 { "index", (getter)GetIndex, NULL, "Index"},
1131 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1165 { "index", (getter)GetIndex, NULL, "index"},
1437 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1458 { "index", (getter)GetIndex, NULL, "Index"},
/external/perfetto/src/tracing/core/
Dtrace_buffer_unittest.cc132 std::vector<ChunkMetaKey> GetIndex() { in GetIndex() function in perfetto::TraceBufferTest
408 ASSERT_THAT(GetIndex(), in TEST_F()
416 ASSERT_THAT(GetIndex(), in TEST_F()
423 ASSERT_THAT(GetIndex(), ElementsAre(ChunkMetaKey(1, 1, 3))); in TEST_F()
441 ASSERT_EQ(8u, GetIndex().size()); in TEST_F()
449 ASSERT_THAT(GetIndex(), in TEST_F()
457 ASSERT_THAT(GetIndex(), ElementsAre(ChunkMetaKey(1, 1, 9))); in TEST_F()
/external/skqp/samplecode/
DSampleFatBits.cpp369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
492 int index = IndexClick::GetIndex(click); in onClick()
/external/skia/samplecode/
DSampleFatBits.cpp369 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
492 int index = IndexClick::GetIndex(click); in onClick()
/external/skqp/src/ports/
DSkTypeface_win_dw.cpp327 if (fDWriteFontFace->GetIndex() != SkTo<UINT32>(args.getCollectionIndex())) { in onMakeClone()
374 *ttcIndex = fDWriteFontFace->GetIndex(); in onOpenStream()
/external/skia/src/ports/
DSkTypeface_win_dw.cpp327 if (fDWriteFontFace->GetIndex() != SkTo<UINT32>(args.getCollectionIndex())) { in onMakeClone()
374 *ttcIndex = fDWriteFontFace->GetIndex(); in onOpenStream()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h131 long GetIndex() const;
1024 long GetIndex() const;
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h131 long GetIndex() const;
1024 long GetIndex() const;
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h131 long GetIndex() const;
1024 long GetIndex() const;

12