Home
last modified time | relevance | path

Searched defs:PartitionOptions (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.h31 struct PartitionOptions { struct
34 typedef std::function<string(const Node*)> NodeToLocFunc;
35 NodeToLocFunc node_to_loc = nullptr;
39 typedef std::function<string(const string&)> NewNameFunc;
40 NewNameFunc new_name = nullptr;
45 static const uint64 kIllegalIncarnation = 0;
46 typedef std::function<uint64(const string&)> GetIncarnationFunc;
47 GetIncarnationFunc get_incarnation = nullptr;
51 const FunctionLibraryDefinition* flib_def = nullptr;
62 bool control_flow_added = false;
[all …]