Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_batch_returns_multiple_refs (0.22 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batching_fallback.mlir

    }
    
    // ... when the function returns_multiple_refs is invoked by the batch_function,
    // ... then the code should not crash.
    // CHECK-LABEL: Running 'test_batch_returns_multiple_refs'
    func.func @test_batch_returns_multiple_refs() -> !tfrt.chain {
      %ch0 = tfrt.new.chain
    
      %0 = tfrt_fallback_async.const_dense_tensor dense<[[1, 1], [1, 1]]> : tensor<2x2xi32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 18 22:58:56 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top