Home
last modified time | relevance | path

Searched refs:uniquify_prefix (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.h59 uniquify_prefix(false), in ImportGraphDefOptions()
78 bool uniquify_prefix; member
Dgraph_constructor.cc83 uniquify_prefix(in.uniquify_prefix), in Options()
99 bool uniquify_prefix; member
405 if (NameExistsInGraph(prefix_no_slash) && opts_.uniquify_prefix) { in EnsureNoNameCollisions()
1023 if (opts_.uniquify_names && (prefix_.empty() || !opts_.uniquify_prefix)) { in Convert()
Dgraph_constructor_test.cc1848 opts.uniquify_prefix = true; in TEST_F()
1861 opts.uniquify_prefix = false; in TEST_F()
/external/tensorflow/tensorflow/c/
Dc_api.h959 TF_ImportGraphDefOptions* opts, unsigned char uniquify_prefix);
Dc_api.cc2042 unsigned char uniquify_prefix) { in TF_ImportGraphDefOptionsSetUniquifyPrefix() argument
2043 opts->opts.uniquify_prefix = uniquify_prefix; in TF_ImportGraphDefOptionsSetUniquifyPrefix()