Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for small7 (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    - Refactored `test/e2e/framework` so that the core framework is smaller. Optional functionality like resource monitoring, log size monitoring, metrics gathering and debug information dumping must be imported by specific e2e test suites. Init packages are provided which can be imported to re-enable the functionality that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: return %0 : tensor<2xf32>
    }
    
    // CHECK-LABEL: ConvertMul1WithBroadcastToIdentity
    // If the broadcast doesn't change the dimensions (i.e. constant is smaller than input)
    func.func @ConvertMul1WithBroadcastToIdentity(%arg0: tensor<2x2xf32>) -> tensor<2x2xf32> {
      %cst = arith.constant dense<1.0> : tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.3gpp.bsf+xml"/>
      <mime-type type="application/vnd.3gpp.pic-bw-large">
        <glob pattern="*.plb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.pic-bw-small">
        <glob pattern="*.psb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.pic-bw-var">
        <glob pattern="*.pvb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.sms"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top