Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for x_z_sum (0.09 sec)

  1. tensorflow/compiler/aot/test_graph_tfunknownop2.config.pbtxt

      id { node_name: "y_const" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "z_identity"}
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "x_y_sum" }
    }
    fetch {
      id { node_name: "x_z_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 348 bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/test_graph_tfunknownop3.config.pbtxt

      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "z" output_index: 1}
      shape {
        dim { size: 1 }
      }
      type: DT_INT32
    }
    fetch {
      id { node_name: "x_y_sum" }
    }
    fetch {
      id { node_name: "x_z_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 372 bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/test_graph_tfunknownop.pbtxt

    }
    node {
      name  : "x_y_sum"
      op    : "Add"
      input : "x_const"
      input : "y_const"
      attr { key  : "T" value { type: DT_INT32 } }
    }
    node {
      name  : "z"
      op    : "SomeUnknownOp"
      input : "x_const"
    }
    node {
      name  : "z_identity"
      op    : "Identity"
      input : "z:1"
      attr { key  : "T" value { type: DT_INT32 } }
    }
    node {
      name  : "x_z_sum"
      op    : "Add"
      input : "x_const"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 07 01:22:33 UTC 2017
    - 984 bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tests/test_error_message.lit.pbtxt

    # the node x_y_sum = Add
    # CHECK: INVALID ARGUMENTS: Dimensions must be equal, but are 2 and 3 for 'x_y_sum = Add[T=DT_INT32](aot_feed_0/x, aot_feed_0/y)'
    # CHECK: math_ops.add(x, y, name='x_y_sum')
    # CHECK: build_graph(out_dir)
    
    # Checks the error message produced by tfcompile without mlir_component
    # OLD: INVALID ARGUMENTS: Incompatible shapes: [2] vs. [3]
    # OLD: x_y_sum
    
    node: {
      name: "x"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:32:15 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/error-message-with-source-info.pbtxt

    # Checks that source debug information is used in the output error message.
    # CHECK: error: 'tf.Add' op operands don't have broadcast-compatible shapes
    # CHECK: math_ops.add(x, y, name='x_y_sum')
    # CHECK: build_graph(out_dir)
    node: {
      name: "x"
      op: "Placeholder"
      attr: {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:00:09 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tests/test_graph_tfmatmulandadd.config.pbtxt

      id { node_name: "y_hold" }
      shape {
        dim { size: 2 }
        dim { size: 2 }
      }
      name: "y"
    }
    fetch {
      id { node_name: "x_y_prod" }
      name: "x_y_prod"
    }
    fetch {
      id { node_name: "x_y_sum" }
      name: "x_y_sum"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 373 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/error-message-with-source-info.pbtxt.fake_py.debug

      x = value
      y = value
      math_ops.add(x, y, name='x_y_sum')
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 02 16:34:34 UTC 2020
    - 83 bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/tests/test_error_message.lit.pbtxt.debug.pbtxt

    files: "org_tensorflow/tensorflow/compiler/aot/tests/test_error_message.lit.pbtxt.fake_py.debug"
    traces: {
      key: "x@"
      value: {
        file_line_cols: {
          line: 1
          col:  1
        }
      }
    }
    traces: {
      key: "x_y_sum@"
      value: {
        file_line_cols: {
          line: 3
          col:  1
        }
        file_line_cols: {
          line: 4
          col:  1
        }
      }
    }
    traces: {
      key: "y@"
      value: {
        file_line_cols: {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 16 00:15:24 UTC 2020
    - 444 bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/test_graph_tfadd.config.pbtxt

    feed {
      id { node_name: "x_const" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "y_reshape" }
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "x_y_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 235 bytes
    - Viewed (0)
  10. tensorflow/compiler/aot/test_graph_tfunknownop.config.pbtxt

    feed {
      id { node_name: "x_const" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "y_const" }
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "x_y_sum" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 233 bytes
    - Viewed (0)
Back to top