Home
last modified time | relevance | path

Searched refs:bytes_counter (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dfixed_length_record_dataset_op.cc145 static monitoring::CounterCell* bytes_counter = in GetNextInternal() local
147 bytes_counter->IncrementBy(dataset()->record_bytes_); in GetNextInternal()
259 static monitoring::CounterCell* bytes_counter = in GetNextInternal() local
272 bytes_counter->IncrementBy(dataset()->record_bytes_); in GetNextInternal()
286 bytes_counter->IncrementBy(dataset()->record_bytes_); in GetNextInternal()
Dtext_line_dataset_op.cc113 static monitoring::CounterCell* bytes_counter = in GetNextInternal() local
116 bytes_counter->IncrementBy(line_contents_str.size()); in GetNextInternal()
Dtf_record_dataset_op.cc128 static monitoring::CounterCell* bytes_counter = in GetNextInternal() local
130 bytes_counter->IncrementBy( in GetNextInternal()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc126 int bytes_counter; member
591 tcp->bytes_counter = -1; in tcp_write_with_timestamps()
615 &tcp->tb_head, static_cast<int>(tcp->bytes_counter + length), in tcp_write_with_timestamps()
859 tcp->bytes_counter += sent_length; in tcp_flush()
1061 tcp->bytes_counter = -1; in grpc_tcp_create()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc414 int bytes_counter; member
1012 tcp->bytes_counter = -1; in tcp_write_with_timestamps()
1036 &tcp->tb_head, static_cast<uint32_t>(tcp->bytes_counter + length), in tcp_write_with_timestamps()
1382 tcp->bytes_counter += sent_length; in do_tcp_flush_zerocopy()
1496 tcp->bytes_counter += sent_length; in tcp_flush()
1787 tcp->bytes_counter = -1; in grpc_tcp_create()