Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Interface should be public for external usage
  • Loading branch information
nfeybesse committed Feb 26, 2024
commit d79d8acb9d22ababc79124ef5c041444a23d9269
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.tensorflow.types.family.TNumber;

/** Interface for metrics */
interface Metric {
public interface Metric {

/**
* Creates a List of Operations to update the metric state based on input values.
Expand Down