Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for output_arg (0.3 sec)

  1. tensorflow/compiler/mlir/tensorflow/c/c_api_unified_experimental_mlir.cc

      // attributes.
      for (const tensorflow::OpDef::ArgDef& output_arg : op_def_->output_arg()) {
        int original_size = state_->types.size();
        if (!output_arg.number_attr().empty()) {
          // Same type repeated "repeats" times.
          Attribute repeats_attr = attrs_[output_arg.number_attr()];
          if (!repeats_attr)
            return InvalidArgument("Missing attribute '", output_arg.number_attr(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/ops/gen/cpp/renderers/op_implementation_renderer.cc

    void OpImplementationRenderer::RenderExecutionListOp() {
      ArgView output_arg = op_.OnlyOutput();
      Statement("int num_retvals = $0.size()", output_arg.VariableName());
      Statement("return " + Call(op_.VariableName(), "Execute",
                                 {output_arg.VariableName(), "&num_retvals"}));
    }
    
    void OpImplementationRenderer::RenderExecutionSingleOutput() {
      ArgView output_arg = op_.OnlyOutput();
      Statement("int num_retvals = 1");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 05:51:40 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-defs.pbtxt

            name: "cond_true"
            type: DT_INT32
          }
          input_arg {
            name: "cond_true1"
            type: DT_INT32
          }
          output_arg {
            name: "cond_true2"
            type: DT_INT32
          }
          output_arg {
            name: "cond_true3"
            type: DT_INT32
          }
        }
        node_def {
          name: "Identity"
          op: "Identity"
          input: "cond_true"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 7.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-input-func-arg-name-collision.pbtxt

            type: DT_INT32
          }
          input_arg {
            name: "input"
            type: DT_INT32
          }
          output_arg {
            name: "output"
            type: DT_INT32
          }
          output_arg {
            name: "output_1"
            type: DT_INT32
          }
          output_arg {
            name: "output_2"
            type: DT_INT32
          }
        }
        node_def {
          name: "Add/y"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 4.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/end2end/if_op.pbtxt

          }
          input_arg {
            name: "cond_true_arg2"
            type: DT_FLOAT
          }
          input_arg {
            name: "cond_true_arg3"
            type: DT_FLOAT
          }
          output_arg {
            name: "cond_true_ret"
            type: DT_FLOAT
          }
        }
        node_def {
          name: "tf.Add"
          op: "Add"
          input: "cond_true_arg2"
          input: "cond_true_arg3"
          attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 16 15:29:56 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

              name: "dense_defaults"
              type_list_attr: "Tdense"
            }
            output_arg {
              name: "sparse_indices"
              type: DT_INT64
              number_attr: "Nsparse"
            }
            output_arg {
              name: "sparse_values"
              type_list_attr: "sparse_types"
            }
            output_arg {
              name: "sparse_shapes"
              type: DT_INT64
              number_attr: "Nsparse"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-func-attr.pbtxt

      }
      attr {
        key: "output_shapes"
        value {
          list {
          }
        }
      }
      experimental_debug_info {
      }
    }
    library {
      function {
        signature {
          name: "bar"
          output_arg {
            name: "bar"
            type: DT_FLOAT
          }
        }
        node_def {
          name: "const_2"
          op: "Const"
          attr {
            key: "dtype"
            value {
              type: DT_FLOAT
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

        "'raw_outputs/class_predictions' type: DT_FLOAT } input_arg: { name: "
        "'anchors' type: DT_FLOAT } output_arg: { name: "
        "'TFLite_Detection_PostProcess' type: DT_FLOAT } output_arg: { name: "
        "'TFLite_Detection_PostProcess:1' type: DT_FLOAT } output_arg: { name: "
        "'TFLite_Detection_PostProcess:2' type: DT_FLOAT } output_arg: { name: "
        "'TFLite_Detection_PostProcess:3' type: DT_FLOAT } attr : { name: "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/functional-while-ops.pbtxt

          input_arg {
            name: "body"
            type: DT_INT32
          }
          input_arg {
            name: "body1"
            type: DT_FLOAT
          }
          output_arg {
            name: "body2"
            type: DT_INT32
          }
          output_arg {
            name: "body3"
            type: DT_FLOAT
          }
        }
        node_def {
          name: "Const"
          op: "Const"
          attr {
            key: "dtype"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/case_op.pbtxt

        }
      }
    }
    library {
      function {
        signature {
          name: "indexed_case_branch0_4"
          input_arg {
            name: "add_const"
            type: DT_INT32
          }
          output_arg {
            name: "add"
            type: DT_INT32
          }
        }
        node_def {
          name: "add/y"
          op: "Const"
          attr {
            key: "dtype"
            value {
              type: DT_INT32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 07 20:38:34 UTC 2020
    - 3.9K bytes
    - Viewed (0)
Back to top