Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcolocation_graph.cc903 PossibleDevices possible_devices; in AddHostOnlyDataTypesConstraints() local
1064 const PossibleDevices& possible_devices = groups.group_devices[group_id]; in ApplyIOColocationGroups() local
1176 std::vector<Device*>* possible_devices) { in GetSoftDeviceCandidates()
1233 Node* node, const std::vector<Device*>** possible_devices) { in GetDevicesForNode()
H A Dcolocation_graph.h102 const std::vector<Device*>& possible_devices() { return possible_devices_; } in possible_devices() function
H A Dinspecting_placer.cc99 PossibleDevices& possible_devices = (*group_devices)[assigned_group_id]; in FillGroups() local