Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of about 10,000 for FUNC (0.06 sec)

  1. src/text/template/parse/node.go

    // Chained for convenience.
    // TODO: fix one day?
    func (i *IdentifierNode) SetTree(t *Tree) *IdentifierNode {
    	i.tr = t
    	return i
    }
    
    func (i *IdentifierNode) String() string {
    	return i.Ident
    }
    
    func (i *IdentifierNode) writeTo(sb *strings.Builder) {
    	sb.WriteString(i.String())
    }
    
    func (i *IdentifierNode) tree() *Tree {
    	return i.tr
    }
    
    func (i *IdentifierNode) Copy() Node {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  2. src/runtime/signal_netbsd_arm.go

    func (c *sigctxt) trap() uint32    { return 0 }
    func (c *sigctxt) error() uint32   { return 0 }
    func (c *sigctxt) oldmask() uint32 { return 0 }
    
    func (c *sigctxt) sigcode() uint32 { return uint32(c.info._code) }
    func (c *sigctxt) sigaddr() uint32 { return uint32(c.info._reason) }
    
    func (c *sigctxt) set_pc(x uint32)  { c.regs().__gregs[_REG_R15] = x }
    func (c *sigctxt) set_sp(x uint32)  { c.regs().__gregs[_REG_R13] = x }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 02:31:25 UTC 2017
    - 2.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-collective.mlir

      func.return %0 : tensor<f32>
    }
    
    // -----
    
    // CHECK: module attributes
    // CHECK-SAME{LITERAL}: tf2xla.collective_info.group_key = 0
    // CHECK-SAME{LITERAL}: tf2xla.collective_info.group_size = 2
    // CHECK-LABEL: func @all_reduce_cross_replica_and_partition
    func.func @all_reduce_cross_replica_and_partition(%input: tensor<f32>) -> tensor<f32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/promote_resources_to_args.mlir

      %7 = "tf.Pack"(%2, %6) : (tensor<f32>, tensor<f32>) -> tensor<2xf32>
      func.return %7 : tensor<2xf32>
    }
    
    // -----
    
    // A resource is passed into tf.If
    func.func @cond_false(%arg0: tensor<!tf_type.resource<tensor<f32>>>, %arg1: tensor<f32>) -> tensor<f32> {
      func.return %arg1 : tensor<f32>
    }
    
    func.func @cond_true(%arg0: tensor<!tf_type.resource<tensor<f32>>>, %arg1: tensor<f32>) -> tensor<f32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining/while_op.mlir

          func.return %0, %1, %2, %3 : tensor<i32>, tensor<i32>, tensor<i32>, tensor<i32>
        }
        func.func @while_body_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i32> {
          %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
          func.return %0 : tensor<i32>
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/invalid_input.mlir

    // Tests function with multiple blocks.
    
    func.func @main() {
      ^bb:
        cf.br ^bb1
      ^bb1:
        func.return
    }
    
    // CHECK: functions must be of a single Graph with single op Islands: only single block functions are supported
    
    // -----
    
    // Tests invalid functions for exporting to Graph/GraphDef.
    
    func.func @main() {
      func.return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  7. src/go/printer/testdata/comments.golden

    func _() {
    	/*	freestanding comment
    		aligned line
    	*/
    }
    
    func _() {
    	/*	freestanding comment
    		aligned line */
    }
    
    func _() {
    	/*
    	   freestanding comment
    	   aligned line
    	*/
    }
    
    func _() {
    	/*
    	   freestanding comment
    	   aligned line
    	*/
    }
    
    func _() {
    	/*
    	   freestanding comment
    	   aligned line */
    }
    
    func _() {
    	/*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 25 23:11:14 UTC 2022
    - 11.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_test.go

    func TestGuaranteedUpdate(t *testing.T) {
    	// TODO(#109831): Enable use of this test and run it.
    }
    
    func TestGuaranteedUpdateWithTTL(t *testing.T) {
    	ctx, cacher, terminate := testSetup(t)
    	t.Cleanup(terminate)
    	storagetesting.RunTestGuaranteedUpdateWithTTL(ctx, t, cacher)
    }
    
    func TestGuaranteedUpdateChecksStoredData(t *testing.T) {
    	// TODO(#109831): Enable use of this test and run it.
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 17K bytes
    - Viewed (0)
  9. src/runtime/signal_netbsd_386.go

    }
    
    //go:nosplit
    //go:nowritebarrierrec
    func (c *sigctxt) regs() *mcontextt { return &(*ucontextt)(c.ctxt).uc_mcontext }
    
    func (c *sigctxt) eax() uint32 { return c.regs().__gregs[_REG_EAX] }
    func (c *sigctxt) ebx() uint32 { return c.regs().__gregs[_REG_EBX] }
    func (c *sigctxt) ecx() uint32 { return c.regs().__gregs[_REG_ECX] }
    func (c *sigctxt) edx() uint32 { return c.regs().__gregs[_REG_EDX] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 11 12:56:15 UTC 2016
    - 1.8K bytes
    - Viewed (0)
  10. src/go/printer/testdata/generics.input

    func _[P *T,]() {}
    func _[P *T, _ any]() {}
    func _[P (*T),]() {}
    func _[P (*T), _ any]() {}
    func _[P (T),]() {}
    func _[P (T), _ any]() {}
    
    func _[P *struct{}] () {}
    func _[P (*struct{})] () {}
    func _[P ([]int)] () {}
    
    func _ [P(T)]() {}
    func _ [P((T))]() {}
    func _ [P * *T]() {}
    func _ [P * T]() {}
    func _ [P(*T)]() {}
    func _ [P(**T)]() {}
    func _ [P * T]() {}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 06 16:18:34 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top