- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_ImportGraphDefOptionsSetUniquifyPrefix (0.24 sec)
-
tensorflow/c/c_api.h
// operation name or prefix in the graph. If false, a conflicting prefix will be // treated as an error. This option has no effect if no prefix is specified. TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsSetUniquifyPrefix( TF_ImportGraphDefOptions* opts, unsigned char uniquify_prefix); // Set any imported nodes with input `src_name:src_index` to have that input
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
unsigned char uniquify_names) { opts->opts.uniquify_names = uniquify_names; } void TF_ImportGraphDefOptionsSetUniquifyPrefix(TF_ImportGraphDefOptions* opts, unsigned char uniquify_prefix) { opts->opts.uniquify_prefix = uniquify_prefix; }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)