Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for node_def (1.1 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              input_arg {
                name: "unknown"
                type: DT_DOUBLE
              }
              output_arg {
                name: "identity"
                type: DT_DOUBLE
              }
            }
            node_def {
              name: "PartitionedCall"
              op: "PartitionedCall"
              input: "unknown"
              attr {
                key: "Tin"
                value {
                  list {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  2. RELEASE.md

    *   `uniform_unit_scaling_initializer()` no longer takes a `full_shape` arg,
        instead relying on the partition info passed to the initializer function
        when it's called.
    *   The NodeDef protocol message is now defined in its own file `node_def.proto`
        `instead of graph.proto`.
    *   `ops.NoGradient` was renamed `ops.NotDifferentiable`. `ops.NoGradient` will
        be removed soon.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top