Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for CST (0.02 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

    // CHECK-SAME: ([[INDEX:%.+]]: tensor<2x?xi32>, [[UPDATE:%.+]]: tensor<?x?x?xi32>)
    func.func @decompose_resource_scatter_add_op(%indices : tensor<2x?xi32>, %updates: tensor<?x?x?xi32>) {
      // CHECK-DAG: [[CST:%.+]] = "tf.Const"() <{value = dense<-1> : tensor<i32>}> : () -> tensor<i32>
      "tf_device.cluster"() ({
        // CHECK-DAG: [[VAR:%.+]] = "tf.VarHandleOp"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

          return casted, TFRTypes.INDEX
        else:
          return value, ty
    
      def _value_to_tensor(self, value, ty, node):
        value, ty = self._index_to_I64(value, ty)
        cst_tensor = self._ssa_name('cst')
        self.emit('\n{} = "tfr.constant_tensor"({})'.format(cst_tensor, value))
        self._emit_with_loc(' : ({}) -> !tfr.tensor'.format(ty), node)
        return cst_tensor, TFRTypes.TENSOR
    
      def _ssa_name(self, prefix):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/experimental/tac/tests/raise-target-subgraphs.mlir

        %cst = arith.constant dense<[1, 0]> : tensor<2xi32>
        %cst_0 = arith.constant dense<0> : tensor<i32>
        %cst_1 = arith.constant dense<-1> : tensor<1xi32>
        %cst_2 = arith.constant dense<1> : tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  4. src/net/http/httputil/reverseproxy_test.go

    			select {
    			case <-triggerCancelCh:
    			default:
    				t.Errorf("Failed to write terminal message: %v", err)
    			}
    		}
    		bufrw.Flush()
    	}))
    	defer cst.Close()
    
    	backendURL, _ := url.Parse(cst.URL)
    	rproxy := NewSingleHostReverseProxy(backendURL)
    	rproxy.ErrorLog = log.New(io.Discard, "", 0) // quiet for tests
    	rproxy.ModifyResponse = func(res *http.Response) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/merge_control_flow.mlir

      //CHECK  "tf_device.cluster"
      //CHECK  "tf.Const"() {value = dense<true> : tensor<i1>} : () -> tensor<i1>
      //CHECK  "tf.Const"() {value = dense<true> : tensor<i1>} : () -> tensor<i1>
      //CHECK-SAME  "tf.IfRegion"(%cst)
      //CHECK  "tf.Const"() {value = dense<1.000000e+00> : tensor<f32>} : () -> tensor<f32>
      //CHECK  "tf.Const"() {value = dense<3.000000e+00> : tensor<f32>} : () -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 63.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

      "tf.MakeIterator"(%arg0, %0) : (tensor<!tf_type.variant>, tensor<!tf_type.resource>) -> ()
      %cst = "tf.Const"() {value = dense<true> : tensor<i1>} : () -> tensor<i1>
      %1:2 = "tf.WhileRegion"(%cst, %arg1) ({
      ^bb0(%arg2: tensor<i1>, %arg3: tensor<i64>):
        "tf.Yield"(%arg2) : (tensor<i1>) -> ()
      }, {
      ^bb0(%arg2: tensor<i1>, %arg3: tensor<i64>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top