/third_party/mindspore/mindspore/lite/tools/benchmark/ |
D | run_benchmark.cc | 40 auto api_type = std::getenv("MSLITE_API_TYPE"); in RunBenchmark() local 41 if (api_type != nullptr) { in RunBenchmark() 42 MS_LOG(INFO) << "MSLITE_API_TYPE = " << api_type; in RunBenchmark() 43 std::cout << "MSLITE_API_TYPE = " << api_type << std::endl; in RunBenchmark() 47 if (flags.config_file_ != "" || (api_type != nullptr && std::string(api_type) == "NEW")) { in RunBenchmark() 49 } else if (api_type == nullptr || std::string(api_type) == "OLD") { in RunBenchmark() 51 } else if (std::string(api_type) == "C") { in RunBenchmark()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.cc | 237 if (event->api_type != CUPTIApiType::kActivity) { in FixOpNameByCorrelationId() 249 switch (event.api_type) { in AddEvent() 276 …<< ",api_type:" << static_cast<int>(event.api_type) << ",start_time_stamp:" << event.start_time_st… in EventLog() 298 switch (event.api_type) { in ProcessEvents() 370 event.api_type = CUPTIApiType::kCallback; in EventHandleProcess() 605 profilingData->api_type = CUPTIApiType::kActivity; in HandleActivityMemcpyRecord() 622 profilingData->api_type = CUPTIApiType::kActivity; in HandleActivityMemcpy2Record() 638 profilingData->api_type = CUPTIApiType::kActivity; in HandleActivityMemsetRecord() 651 profilingData->api_type = CUPTIApiType::kActivity; in HandleActivityKernelRecord()
|
D | gpu_profiling.h | 73 CUPTIApiType api_type; member
|
D | gpu_data_saver.cc | 61 if (event.op_name.empty() || event.api_type != CUPTIApiType::kActivity || in ParseEvent()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 32 enum rgp_sqtt_marker_general_api_type api_type) in radv_write_begin_general_api_marker() argument 38 marker.api_type = api_type; in radv_write_begin_general_api_marker() 45 enum rgp_sqtt_marker_general_api_type api_type) in radv_write_end_general_api_marker() argument 51 marker.api_type = api_type; in radv_write_end_general_api_marker() 59 enum rgp_sqtt_marker_event_type api_type, uint32_t vertex_offset_user_data, in radv_write_event_marker() argument 66 marker.api_type = api_type; in radv_write_event_marker() 87 enum rgp_sqtt_marker_event_type api_type, uint32_t x, uint32_t y, in radv_write_event_with_dims_marker() argument 94 marker.event.api_type = api_type; in radv_write_event_with_dims_marker()
|
/third_party/grpc/src/core/ext/xds/ |
D | google_mesh_ca_certificate_provider_factory.cc | 165 std::string api_type; in ParseJsonObjectServer() local 166 if (ParseJsonObjectField(server, "api_type", &api_type, &error_list_server, in ParseJsonObjectServer() 168 if (api_type != "GRPC") { in ParseJsonObjectServer()
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | service_type.h | 73 method->api_type() == internal::RpcServiceMethod::ApiType::SYNC) { in has_synchronous_methods() 82 if (method && (method->api_type() == in has_callback_methods() 84 method->api_type() == in has_callback_methods()
|
D | rpc_service_method.h | 106 ApiType api_type() const { return api_type_; } in api_type() function
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_sqtt.c | 777 enum rgp_sqtt_marker_event_type api_type, in si_sqtt_write_event_marker() argument 785 marker.api_type = api_type == EventInvalid ? EventCmdDraw : api_type; in si_sqtt_write_event_marker() 809 enum rgp_sqtt_marker_event_type api_type, in si_write_event_with_dims_marker() argument 815 marker.event.api_type = api_type; in si_write_event_with_dims_marker()
|
D | si_pipe.h | 1552 enum rgp_sqtt_marker_event_type api_type, 1562 enum rgp_sqtt_marker_event_type api_type,
|
/third_party/mesa3d/src/amd/common/ |
D | ac_sqtt.h | 243 uint32_t api_type : 20; member 299 uint32_t api_type : 24; member
|
D | ac_rgp.c | 587 enum sqtt_api_type api_type; member 609 chunk->api_type = SQTT_API_TYPE_VULKAN; in ac_sqtt_fill_api_info()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbuffer.h | 627 guint gst_buffer_get_n_meta (GstBuffer *buffer, GType api_type);
|
D | gstbuffer.c | 2269 gst_buffer_get_n_meta (GstBuffer * buffer, GType api_type) in gst_buffer_get_n_meta() argument 2275 while ((meta = gst_buffer_iterate_meta_filtered (buffer, &state, api_type))) in gst_buffer_get_n_meta()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 4096 jerry_typedarray_type_t api_type; /**< api type */ member 4145 if (type_name == jerry_typedarray_mappings[i].api_type) in jerry_typedarray_find_by_type() 4316 return jerry_typedarray_mappings[i].api_type; in jerry_get_typedarray_type()
|
/third_party/grpc/src/cpp/server/ |
D | server_cc.cc | 1057 } else if (method->api_type() == in RegisterService()
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.c | 570 static int auto_claim(struct libusb_transfer *transfer, int *interface_number, int api_type) in auto_claim() argument 578 switch (api_type) { in auto_claim() 590 if ((priv->usb_interface[current_interface].apib->id == api_type) in auto_claim()
|