- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for RecordOperation (0.21 seconds)
-
tensorflow/c/eager/gradients.cc
AbstractTensorHandle* AggregateGradients( absl::Span<AbstractTensorHandle* const> gradient_tensors) const override; // Calls the passed-in backward function. // op_type is the op's name provided in RecordOperation. absl::Status CallBackwardFunction( const string& op_type, GradientFunction* gradient_function, const std::vector<int64_t>& unneeded_gradients, absl::Span<AbstractTensorHandle* const> output_gradients,
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 24 06:18:31 GMT 2026 - 19.6K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
} public long getThroughput() { return bytesSent.get() + bytesReceived.get(); } } public void recordOperation(String channelId, long bytes, long latency, boolean success) { ChannelStatistics stats = channelStats.computeIfAbsent(channelId, k -> new ChannelStatistics());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0)