Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A 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 constexpr 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 …]
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.h145 struct PartitionOptions { struct
163 // Expose the enum arms directly at the level of `PartitionOptions`, argument
165 static constexpr auto kAllowed = AllowToggle::kAllowed;
166 static constexpr auto kDisallowed = AllowToggle::kDisallowed;
167 static constexpr auto kDisabled = EnableToggle::kDisabled;
168 static constexpr auto kEnabled = EnableToggle::kEnabled;
192 constexpr PartitionOptions::PartitionOptions() = default; argument
/aosp_15_r20/external/googleapis/google/spanner/v1/
H A Dspanner.proto906 message PartitionOptions { message
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dspanner.v1.json3484 "PartitionOptions": { object