Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc512 int64 alias_to_input = -1; in AddToCostGraphDef() local
516 alias_to_input = e->dst_input(); in AddToCostGraphDef()
520 output_info->set_alias_input_port(alias_to_input); in AddToCostGraphDef()
523 if (alias_to_input < 0 && IsPersistentTensor(n, alloc_id)) { in AddToCostGraphDef()