Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for stack728 (0.12 sec)

  1. src/cmd/cgo/internal/test/callback.go

    	stack740, stack744, stack748, stack752, stack756, stack760,
    	stack764, stack768, stack772, stack776, stack780, stack784,
    	stack788, stack792, stack796, stack800, stack804, stack808,
    	stack812, stack816, stack820, stack824, stack828, stack832,
    	stack836, stack840, stack844, stack848, stack852, stack856,
    	stack860, stack864, stack868, stack872, stack876, stack880,
    	stack884, stack888, stack892, stack896, stack900, stack904,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

        // expected-remark@above {{ID: 5}}
        // expected-remark@above {{Successors: {6}}}
            %stack_handle1 = "tf.StackV2"(%arg0) {elem_type = f32, stack_name = "s"} : (tensor<i32>) -> tensor<!tf_type.resource>
            // expected-remark@above {{ID: 0}}
            %stack_handle2 = "tf.StackV2"(%arg0) {elem_type = f32, stack_name = "s"} : (tensor<i32>) -> tensor<!tf_type.resource>
            // expected-remark@above {{ID: 1}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        maximum size needs to be a constant and 2) a push op can be found with a
        known shape, and all push ops need to have the same shape.
    
        A stack creation op "tf.StackV2" will be turned in to two zero-initialized
        variables, for the buffer and current size. Each push will be turned into
        ```mlir
          %old_val = "tf.ReadVariableOp"(%buffer)
          %old_size = "tf.ReadVariableOp"(%size)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top