Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for batch_timeout_micros (0.27 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/sink_in_invariant_ops.mlir

      // CHECK: "tf.BatchFunction"(%arg0, %0)
      // CHECK: operandSegmentSizes = array<i32: 1, 1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 21K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/hoist_invariant_ops.mlir

      %cst = "tf.Const"() <{value = dense<1> : tensor<1xi32>}> {device = "/CPU:0"} : () -> tensor<1xi32>
      // CHECK:  "tf.BatchFunction"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 23:54:14 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      // CHECK: [[y_future:%.*]] = tf_mlrt.batch_function
      // CHECK-SAME: f = @batched_function
      // CHECK-SAME: \22batch_function\22
      %y = "tf.BatchFunction"(%x) {
        allowed_batch_sizes = [6], batch_timeout_micros = 100000 : i64,
        batching_queue = "", container = "", device = "/device:CPU:0",
        enable_large_batch_splitting = false, f = @batched_function,
        max_batch_size = 6 : i64, max_enqueued_batches = 10 : i64,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir

      // CHECK-NEXT: return [[rendezvous_key_base]]
      %0 = "tf.BatchFunction"(%arg0, %arg0) {device = "/device:CPU:0", allowed_batch_sizes = [64], batch_timeout_micros = 1 : i64, batching_queue = "", container = "", f = @callee, max_batch_size = 256 : i64, num_batch_threads = 2 : i64, operandSegmentSizes = array<i32: 1, 1>, shared_name = ""} : (tensor<i32>, tensor<i32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 04 21:25:31 UTC 2023
    - 11K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.td

          %res = tfrt_fallback_async.batch_function device("/CPU:0") @f(%input, %captured_input)  {
              num_batch_threads = 1,
              max_batch_size = 4,
              allowed_batch_sizes = [2 , 4],
              batch_timeout_micros = 50,
              container = "container",
              shared_name = "shared_name",
              batching_queue = "batching_queue",
              enable_large_batch_splitting = false,
              Tin = [f32],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batch_function_fallback.mlir

         %arg105, %arg106, %arg107, %arg108, %arg109, %arg110, %arg111, %arg112) {
          num_batch_threads = 16,
          max_batch_size = 1,
          allowed_batch_sizes = [1],
          batch_timeout_micros = 0,
          container = "container",
          shared_name = "shared_name",
          batching_queue = "batching_queue",
          enable_large_batch_splitting = false,
          Tin = [i32, i32, i32, i32, i32],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 08 08:08:48 UTC 2023
    - 24.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/freeze_variables.mlir

        %handle = "tf.VarHandleOp"() {shared_name = "var1"} : () -> tensor<!tf_type.resource<tensor<0xf32>>>
        %0, %1 = "tf.BatchFunction"(%arg, %handle) {f = @f_batch_callee, operandSegmentSizes = array<i32: 1, 1>, batch_timeout_micros = 1000, max_batch_size = 8, num_batch_threads = 2} : (tensor<1xf32>, tensor<!tf_type.resource<tensor<0xf32>>>) -> (tensor<*xf32>, tensor<*xf32>)
        func.return %0, %1 : tensor<*xf32>, tensor<*xf32>
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 23.6K bytes
    - Viewed (0)
Back to top