Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 65 for output_arg (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-resource-args.pbtxt

        signature {
          name: "test_func_name"
          input_arg {
            name: "a_0"
            type: DT_RESOURCE
          }
          input_arg {
            name: "a_1"
            type: DT_RESOURCE
          }
          output_arg {
            name: "a"
            type: DT_RESOURCE
          }
        }
        resource_arg_unique_id {
          key: 0
          value: 0
        }
        resource_arg_unique_id {
          key: 1
          value: 0
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-device-retval.pbtxt

          }
        }
      }
      attr {
        key: "f"
        value {
          func {
            name: "foo"
          }
        }
      }
    }
    library {
      function {
        signature {
          name: "foo"
          output_arg {
            name: "identity"
            type: DT_INT32
          }
        }
        node_def {
          name: "Const"
          op: "Const"
          attr {
            key: "dtype"
            value {
              type: DT_INT32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-control-ret-diff-island.pbtxt

            name: "test_fn"
          }
        }
      }
    }
    library {
      function {
        signature {
          name: "test_fn"
          input_arg {
            name: "a"
            type: DT_FLOAT
          }
          output_arg {
            name: "d"
            type: DT_FLOAT
          }
          control_output: "must_execute"
        }
        node_def {
          name: "b"
          op: "Neg"
          input: "a"
          attr {
            key: "T"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:53:21 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/stateful-attribute.pbtxt

          }
        }
      }
      attr {
        key: "f"
        value {
          func {
            name: "foo"
          }
        }
      }
    }
    library {
      function {
        signature {
          name: "foo"
          output_arg {
            name: "identity"
            type: DT_INT32
          }
          is_stateful: true
        }
        node_def {
          name: "Const"
          op: "Const"
          attr {
            key: "dtype"
            value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-uint8-return.pbtxt

        key: "f"
        value {
          func {
            name: "__inference_uint_const_14"
          }
        }
      }
    }
    library {
      function {
        signature {
          name: "__inference_uint_const_14"
          output_arg {
            name: "identity"
            type: DT_UINT8
          }
        }
        node_def {
          name: "Const"
          op: "Const"
          attr {
            key: "dtype"
            value {
              type: DT_UINT8
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/end2end/disallow_stateful_partitioned_call.pbtxt

          name: "function"
          input_arg {
            name: "inputs"
            type: DT_FLOAT
          }
          input_arg {
            name: "statefulpartitionedcall_args_1"
            type: DT_RESOURCE
          }
          output_arg {
            name: "identity"
            type: DT_FLOAT
          }
          is_stateful: true
        }
        node_def {
          name: "Identity"
          op: "Identity"
          input: "inputs"
          attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 24 20:05:09 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-control-ret-same-island.pbtxt

            name: "test_fn"
          }
        }
      }
    }
    library {
      function {
        signature {
          name: "test_fn"
          input_arg {
            name: "a"
            type: DT_FLOAT
          }
          output_arg {
            name: "c"
            type: DT_FLOAT
          }
          control_output: "must_execute"
        }
        node_def {
          name: "b"
          op: "Neg"
          input: "a"
          attr {
            key: "T"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:53:21 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/function-resource-args.mlir

    // CHECK:        function
    // CHECK:          signature
    // CHECK:            input_arg
    // CHECK:              type: DT_RESOURCE
    // CHECK:            input_arg
    // CHECK:              type: DT_RESOURCE
    // CHECK:            output_arg
    // CHECK:              type: DT_RESOURCE
    // CHECK:          ret
    
    // Check _resource_arg_unique_id for each argument. Since they alias each other,
    // both values are 0.
    // CHECK:          arg_attr
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/tf-data-pipeline.pbtxt

        }
      }
    }
    library {
      function {
        signature {
          name: "__inference_Dataset_map_<lambda>_8"
          input_arg {
            name: "args_0"
            type: DT_INT32
          }
          output_arg {
            name: "identity"
            type: DT_INT32
          }
        }
        node_def {
          name: "mul/y"
          op: "Const"
          attr {
            key: "dtype"
            value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/graph-as-function.mlir

    // CHECK-NEXT:       name: "function0"
    // CHECK-NEXT:       input_arg {
    // CHECK-NEXT:         name: "function0"
    // CHECK:            input_arg {
    // CHECK-NEXT:         name: "function01"
    // CHECK:            output_arg {
    // CHECK-NEXT:         name: "function02"
    // CHECK:          node_def {
    // CHECK-NEXT:       name: "[[NAME:[^"]*]]"
    // CHECK-NEXT:       op: "Identity"
    // CHECK-NEXT:       input: "function0"
    // CHECK:          ret {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 3.5K bytes
    - Viewed (0)
Back to top