Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for output_arg (0.45 sec)

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

              name: "num_shards"
              type: DT_INT32
            }
            output_arg {
              name: "filename"
              type: DT_STRING
            }
          }
          op {
            name: "StatefulPartitionedCall"
            input_arg {
              name: "args"
              type_list_attr: "Tin"
            }
            output_arg {
              name: "output"
              type_list_attr: "Tout"
            }
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      b = gen_batch_ops.batch_function(
              f=computation
              in_tensors=[a],
              captured_tensors=computation.captured_inputs,
              Tout=[o.type for o in computation.definition.signature.output_arg],
              num_batch_threads=1,
              max_batch_size=10,
              batch_timeout_micros=100000,  # 100ms
              allowed_batch_sizes=[3, 10],
              batching_queue="")
      ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top