• Returns the current high-resolution time in milliseconds relative to an arbitrary time in the past. It works across different platforms (node.js, browsers).

    console.log(tf.util.now());
    

    Returns number

    Doc

Generated using TypeDoc