Home
last modified time | relevance | path

Searched refs:tag_id (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc421 const string& tag_name, int64* tag_id, in GetTagId() argument
427 *tag_id = e->second; in GetTagId()
430 TF_RETURN_IF_ERROR(ids_->CreateNewId(tag_id)); in GetTagId()
431 tag_ids_[tag_name] = *tag_id; in GetTagId()
433 SetDescription(db, *tag_id, metadata.summary_description())); in GetTagId()
456 insert.BindInt(":tag_id", *tag_id); in GetTagId()
832 Status Append(Sqlite* db, int64 tag_id, int64 step, uint64 now, in Append() argument
835 SeriesWriter* writer = GetSeriesWriter(tag_id); in Append()
853 SeriesWriter* GetSeriesWriter(int64 tag_id) TF_LOCKS_EXCLUDED(mu_) { in GetSeriesWriter() argument
855 auto spot = series_writers_.find(tag_id); in GetSeriesWriter()
[all …]
Dsummary_db_writer_test.cc197 int64 tag_id = QueryInt("SELECT tag_id FROM Tags"); in TEST_F() local
201 EXPECT_LT(0LL, tag_id); in TEST_F()
224 EXPECT_EQ(tag_id, QueryInt("SELECT series FROM Tensors WHERE step = 1")); in TEST_F()
228 EXPECT_EQ(tag_id, QueryInt("SELECT series FROM Tensors WHERE step = 2")); in TEST_F()
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/sde/sde_evtlog/
Dformat11 field:u32 tag_id; offset:16; size:4; signed:0;
14 …%x|%x|%x|%x|%x|%x|%x|%x|%x|%x|%x", REC->pid, __get_str(evtlog_tag), REC->tag_id, REC->data[0], REC…
/external/perfetto/protos/perfetto/trace/ftrace/
Dsde.proto18 optional uint32 tag_id = 3; field
/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.cc134 StringId tag_id = context_->storage->InternString( in ParseAndroidLogEvent() local
181 {opt_trace_time.value(), utid, prio, tag_id, msg_id}); in ParseAndroidLogEvent()
/external/autotest/cli/
Djob.py87 tag_id='id__in', tag_name='name__in'): argument
95 for items, tag in [(job_ids, tag_id),
230 tag_id='job__in',
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl153 skc_tagged_block_id_t tag_id;
960 … *nodeword = SKC_TAGGED_BLOCK_ID_GET_ID(bp_elems[*nodeword].tag_id) * SKC_DEVICE_SUBBLOCK_WORDS;
963 skc_tagged_block_id_t const tag_id = bp_elems[*nodeword].tag_id;
965 *id = SKC_TAGGED_BLOCK_ID_GET_ID(tag_id);
2987 skc_tagged_block_id_t tag_id = bp_elems[nodeword].tag_id;
2988 skc_block_id_tag tag = SKC_TAGGED_BLOCK_ID_GET_TAG(tag_id);
2989 skc_block_id_t id = SKC_TAGGED_BLOCK_ID_GET_ID(tag_id);
3130 skc_tagged_block_id_t tag_id = bp_elems[nodeword].tag_id;
3131 skc_block_id_t id = SKC_TAGGED_BLOCK_ID_GET_ID(tag_id);
3239 skc_tagged_block_id_t tag_id = bp_elems[nodeword].tag_id;
[all …]
/external/cpuinfo/test/build.prop/
Dhuawei-honor-6.log88 ro.build.tag_id.system=tag_K3V300R001C00B272SP05
/external/pdfium/third_party/libpng16/
Dpng.c2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2225 return png_icc_profile_error(png_ptr, colorspace, name, tag_id,
2234 (void)png_icc_profile_error(png_ptr, NULL, name, tag_id,
/external/libpng/
Dpng.c2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2225 return png_icc_profile_error(png_ptr, colorspace, name, tag_id,
2234 (void)png_icc_profile_error(png_ptr, NULL, name, tag_id,
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h1000 __u32 tag_id; member
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto5003 optional uint32 tag_id = 3; field