Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for f012 (0.07 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        output = input / (bias + alpha * sqr_sum) ** beta
    
    For details, see [Krizhevsky et al., ImageNet classification with deep
    convolutional neural networks (NIPS 2012)](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks).
      }];
    
      let arguments = (ins
          TFL_FpTensor:$input,
          I32Attr:$radius,
          F32Attr:$bias,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	1008: {region: 0x9a, script: 0xcf, flags: 0x0},
    	1009: {region: 0x166, script: 0x5b, flags: 0x0},
    	1010: {region: 0x166, script: 0x5b, flags: 0x0},
    	1011: {region: 0x130, script: 0x5b, flags: 0x0},
    	1012: {region: 0x9f, script: 0x5b, flags: 0x0},
    	1013: {region: 0x9a, script: 0x22, flags: 0x0},
    	1014: {region: 0x166, script: 0x5, flags: 0x0},
    	1015: {region: 0x9f, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // expected-error @+1 {{'tfl.split_v' op 'size_splits' can only have one -1}}
      %0, %1, %2 = "tfl.split_v"(%arg0, %size_splits, %split_dim) {num_splits = 3 : i32} : (tensor<16x4x4xf32>, tensor<3xi32>, tensor<i32>) -> (tensor<1x4x4xf32>, tensor<1x4x4xf32>, tensor<14x4x4xf32>)
      func.return %0, %1, %2 : tensor<1x4x4xf32>, tensor<1x4x4xf32>, tensor<14x4x4xf32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    steps, where each step depends on the result of the previous step and we can stop processing as soon as a step fails. These classes provide infrastructure for writing such a sequence. Based on https://github.com/npryce/maybe-java Author: Steve Freeman 2012 http://www.hamcrest.com Nested Class Summary static interface Condition.Step<I,O> Field Summary static org.hamcrest.Condition.NotMatched<java.lang.Object> NOT_MATCHED Method Summary abstract <U> Condition<U> and(Condition.Step<? super T,U> mapping)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Spectrum, the difference of the distances of their Foci from the Lens was about 4 Inches; and as 3 to 4, so is 4 to 5-1/3. When I observed the deepest sensible red, and that Part of the violet next the indigo, whose corrected distance from the red was 10/12 or 5/6 of the Length of the Rectilinear Sides of the Spectrum, the difference of the distances of their Foci from the Lens was about 4-1/2 Inches, and as 5 to 6, so is 4-1/2 to 5-2/5. For sometimes, when the Lens was advantageously placed, so that...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top