Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dnumpy_dataset.py90 class SingleDevice(object): class
/aosp_15_r20/packages/modules/adb/tools/
Dadb_usbreset.cpp29 struct SingleDevice {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinline_function_utils.h80 static Config SingleDevice() { return {"single_device", SingleDevicePlacer}; } in SingleDevice() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_partition_test.cc241 TEST_F(GraphPartitionTest, SingleDevice) { in TEST_F() argument