Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcolocation_graph.cc815 auto is_cpu_device = [](const std::pair<DeviceType, int32>& entry) -> bool { in AddHostOnlyDataTypesConstraints() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py1473 def is_cpu_device(inputs): function