Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for vfunc (0.1 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    // RegisterConversions adds conversion functions to the given scheme.
    // Public to allow building arbitrary schemes.
    func RegisterConversions(s *runtime.Scheme) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    }
    func (m *List) XXX_DiscardUnknown() {
    	xxx_messageInfo_List.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_List proto.InternalMessageInfo
    
    func (m *ListMeta) Reset()      { *m = ListMeta{} }
    func (*ListMeta) ProtoMessage() {}
    func (*ListMeta) Descriptor() ([]byte, []int) {
    	return fileDescriptor_a8431b6e0aeeb761, []int{21}
    }
    func (m *ListMeta) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    }
    func (s *state) constNil(t *types.Type) *ssa.Value { return s.f.ConstNil(t) }
    func (s *state) constEmptyString(t *types.Type) *ssa.Value {
    	return s.f.ConstEmptyString(t)
    }
    func (s *state) constBool(c bool) *ssa.Value {
    	return s.f.ConstBool(types.Types[types.TBOOL], c)
    }
    func (s *state) constInt8(t *types.Type, c int8) *ssa.Value {
    	return s.f.ConstInt8(t, c)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Insert a call to the reducer in the region of the mhlo op.
        mlir::SymbolRefAttr func = op.getComputation();
        auto func_op = cast<mlir::func::FuncOp>(SymbolTable::lookupSymbolIn(
            op->getParentOfType<mlir::ModuleOp>(), func));
        auto func_ty = func_op.getFunctionType();
        BuildBodyWithCall(rewriter, loc, func, func_ty,
                          &reduce_window_op.getBody());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    is shared by all top level objects. The proper way to use it is to inline it in your type, like this:\n\n\ttype MyAwesomeAPIObject struct {\n\t     runtime.TypeMeta    `json:\",inline\"`\n\t     ... // other fields\n\t}\n\nfunc (obj *MyAwesomeAPIObject) SetGroupVersionKind(gvk *metav1.GroupVersionKind) { metav1.UpdateTypeMeta(obj,gvk) }; GroupVersionKind() *GroupVersionKind\n\nTypeMeta is provided here for convenience. You may use it directly from this package or define your own with the same fields.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10442 bytes (10.20 KiB). Checksum: 4ba400a9d8208e03.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 45:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 374.3K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10332 bytes (10.09 KiB). Checksum: 51cc525b297fc970.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 44:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 372.5K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10680 bytes (10.43 KiB). Checksum: a555db76d4becdd2.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 46:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    		n -= 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 378.6K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/idna/tables13.0.0.go

    	}
    	return 0
    }
    
    // idnaTrie. Total size: 30196 bytes (29.49 KiB). Checksum: e2ae95a945f04016.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 126:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 284.3K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/idna/tables15.0.0.go

    	}
    	return 0
    }
    
    // idnaTrie. Total size: 31598 bytes (30.86 KiB). Checksum: d3118eda0d6b5360.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 133:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 297.4K bytes
    - Viewed (0)
Back to top