Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dops.cc190 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \ argument
Dkernels.cc444 #define DEFINE_TF_GETATTR(func, c_type, cc_type, attr_type, list_field) \ argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_types.cc309 std::string CongestionControlTypeToString(CongestionControlType cc_type) { in CongestionControlTypeToString()
Dquic_sent_packet_manager.cc226 absl::optional<CongestionControlType> cc_type; in ApplyConnectionOptions() local