OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_tag
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
summary_audio_op.cc
47
const string&
base_tag
= tag.scalar<string>()();
variable
67
v->set_tag(strings::StrCat(
base_tag
, "/audio/", i));
69
v->set_tag(strings::StrCat(
base_tag
, "/audio"));
summary_image_op.cc
64
const string&
base_tag
= tags.scalar<string>()();
variable
95
c, AddImages(
base_tag
, batch_size, w, h, depth, ith_image, &s));
98
base_tag
, &s);
101
base_tag
, &s);
104
base_tag
, &s);
115
const string&
base_tag
, Summary* s) {
136
AddImages(
base_tag
, batch_size, w, h, depth, ith_image, s));
Completed in 363 milliseconds