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.cc515 int64 alias_to_input = -1; in AddToCostGraphDef() local
519 alias_to_input = e->dst_input(); in AddToCostGraphDef()
523 output_info->set_alias_input_port(alias_to_input); in AddToCostGraphDef()
526 if (alias_to_input < 0 && IsPersistentTensor(n, alloc_id)) { in AddToCostGraphDef()