Home
last modified time | relevance | path

Searched defs:write_type (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc706 DataType write_type = data_type_; in PerformWriteSelector() local
725 DataType write_type = data_type_; in PerformWriteLinearSelector() local
742 DataType write_type = data_type_; in PerformWrite2DSelector() local
857 const GpuInfo& gpu_info, DataType write_type, const std::string& var_name, in Write()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c927 int write_type = LWS_WRITE_PONG; in rops_perform_user_POLLOUT_h2() local
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1254 int write_type = LWS_WRITE_PONG; in rops_handle_POLLOUT_ws() local
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_discovery_manager.cc657 auto write_type = hci::EmbossCommandPacket::New< in WriteInquiryScanSettings() local
Dbredr_connection_manager.cc669 auto write_type = hci::EmbossCommandPacket::New< in WritePageScanSettings() local
/external/rust/cxx/gen/src/
Dwrite.rs1218 fn write_type(out: &mut OutFile, ty: &Type) { in write_type() function