Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for saker (0.15 sec)

  1. tensorflow/c/c_api.cc

        Node* node = graph->graph.FindNodeId(*pos);
        // FindNodeId() returns nullptr for nodes that have been deleted.
        // We aren't currently allowing nodes to be deleted, but it is safer
        // to still check.
        if (node != nullptr) return ToOperation(node);
        *pos += 1;
      }
    
      // No more nodes.
      return nullptr;
    }
    
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  2. RELEASE.md

        (https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go)
    *   New checkpoint format becomes the default in `tf.train.Saver`. Old V1
        checkpoints continue to be readable; controlled by the `write_version`
        argument, `tf.train.Saver` now by default writes out in the new V2 format.
        It significantly reduces the peak memory required and latency incurred
        during restore.
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top