Home
last modified time | relevance | path

Searched refs:DeviceTypeString (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/6.0/xml/audio_effects_conf_V6_0/gen/cpp/
Daudio_effects_V6_0_enums.cpp96 const std::map<std::string, DeviceType> DeviceTypeString { variable
154 auto enumValue = DeviceTypeString.find(value); in stringToDeviceType()
155 … return enumValue != DeviceTypeString.end() ? enumValue->second : DeviceType::UNKNOWN; in stringToDeviceType()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/effect/7.0/xml/audio_effects_conf_V7_0/gen/cpp/
Daudio_effects_V7_0_enums.cpp96 const std::map<std::string, DeviceType> DeviceTypeString { variable
154 auto enumValue = DeviceTypeString.find(value); in stringToDeviceType()
155 … return enumValue != DeviceTypeString.end() ? enumValue->second : DeviceType::UNKNOWN; in stringToDeviceType()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtypes_test.cc27 EXPECT_EQ("CPU", DeviceTypeString(DeviceType(DEVICE_CPU))); in TEST()
28 EXPECT_EQ("GPU", DeviceTypeString(DeviceType(DEVICE_GPU))); in TEST()
H A Dop_kernel.cc154 DeviceTypeString(context->device_type())); in OpKernel()
186 DeviceTypeString(context->device_type())); in OpKernel()
1245 return strings::StrCat(op_type, ":", DeviceTypeString(device_type), ":", in Key()
1483 const std::string device_str = DeviceTypeString(device_type); in FindKernelDef()
1704 "' OpKernel for '", DeviceTypeString(device_type), in CreateOpKernel()
H A Dtypes.cc241 string DeviceTypeString(const DeviceType& device_type) { in DeviceTypeString() function
H A Dtypes.h112 std::string DeviceTypeString(const DeviceType& device_type);
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpooling_ops_3d.cc138 DeviceTypeString(context->device_type()))); in Pooling3DOp()
313 "on device type ", DeviceTypeString(context->device_type()))); in MaxPooling3dGradOp()
489 "on device type ", DeviceTypeString(context->device_type()))); in AvgPooling3dGradOp()
H A Davgpooling_op.cc68 DeviceTypeString(context->device_type()))); in AvgPoolingOp()
272 DeviceTypeString(context->device_type()))); in AvgPoolingGradOp()
H A Dmaxpooling_op.cc236 DeviceTypeString(context->device_type()))); in MaxPoolingGradOp()
477 "on device type ", DeviceTypeString(context->device_type()))); in MaxPoolingGradGradOp()
813 DeviceTypeString(context->device_type()))); in MaxPoolingNoMaskOp()
875 DeviceTypeString(context->device_type()))); in MaxPoolingNoMaskV2Op()
H A Dpooling_ops_common.h102 DeviceTypeString(context->device_type()))); in MaxPoolingOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinspecting_placer.cc61 out->append(DeviceTypeString(type_and_pref.first)); in DebugString()
H A Dcolocation_graph.cc81 v.push_back(DeviceTypeString(device_and_type.first)); in DeviceTypeAndPriorityToString()
1426 DeviceTypeString(device_type.first), " "); in DebugInfo()