Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 90 for api_type (0.2 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	MAP_NORESERVE                 = 0x40
    	MAP_PRIVATE                   = 0x2
    	MAP_RENAME                    = 0x20
    	MAP_SHARED                    = 0x1
    	MAP_TEXT                      = 0x400
    	MAP_TYPE                      = 0xf
    	MCL_CURRENT                   = 0x1
    	MCL_FUTURE                    = 0x2
    	MSG_CTRUNC                    = 0x10
    	MSG_DONTROUTE                 = 0x4
    	MSG_DONTWAIT                  = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	MAP_NORESERVE                 = 0x40
    	MAP_PRIVATE                   = 0x2
    	MAP_RENAME                    = 0x20
    	MAP_SHARED                    = 0x1
    	MAP_TEXT                      = 0x400
    	MAP_TYPE                      = 0xf
    	MCAST_BLOCK_SOURCE            = 0x2b
    	MCAST_EXCLUDE                 = 0x2
    	MCAST_INCLUDE                 = 0x1
    	MCAST_JOIN_GROUP              = 0x29
    	MCAST_JOIN_SOURCE_GROUP       = 0x2d
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  3. fastapi/applications.py

    from starlette.routing import BaseRoute
    from starlette.types import ASGIApp, Lifespan, Receive, Scope, Send
    from typing_extensions import Annotated, Doc, deprecated
    
    AppType = TypeVar("AppType", bound="FastAPI")
    
    
    class FastAPI(Starlette):
        """
        `FastAPI` app class, the main entrypoint to use FastAPI.
    
        Read more in the
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // activation shape needs to be static to convert negative indices in
        // TensorFlow to absolute indices required by HLO.
        RankedTensorType act_type = mlir::dyn_cast<RankedTensorType>(act.getType());
        if (!act_type) return failure();
        Type act_ele_type = act_type.getElementType();
        // To support mixed precision, the statistics type, which maybe more
        // precise than the input types, are used for this op.
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    LogicalResult TPUExecuteAndUpdateVariablesOp::verify() {
      TPUExecuteAndUpdateVariablesOp op = *this;
      int num_resource_args = 0;
      for (Type arg_type : op.getArgs().getTypes())
        if (arg_type.cast<TensorType>().getElementType().isa<ResourceType>())
          ++num_resource_args;
    
      auto check_attr = [&](ArrayAttr indices, llvm::StringRef name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	MAP_HUGE_SHIFT                              = 0x1a
    	MAP_PRIVATE                                 = 0x2
    	MAP_SHARED                                  = 0x1
    	MAP_SHARED_VALIDATE                         = 0x3
    	MAP_TYPE                                    = 0xf
    	MCAST_BLOCK_SOURCE                          = 0x2b
    	MCAST_EXCLUDE                               = 0x0
    	MCAST_INCLUDE                               = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Size               uint32
    	Config             uint64
    	Sample             uint64
    	Sample_type        uint64
    	Read_format        uint64
    	Bits               uint64
    	Wakeup             uint32
    	Bp_type            uint32
    	Ext1               uint64
    	Ext2               uint64
    	Branch_sample_type uint64
    	Sample_regs_user   uint64
    	Sample_stack_user  uint32
    	Clockid            int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      ::flatbuffers::uoffset_t start_;
      void add_shape(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> shape) {
        fbb_.AddOffset(VariantSubType::VT_SHAPE, shape);
      }
      void add_type(tflite::TensorType type) {
        fbb_.AddElement<int8_t>(VariantSubType::VT_TYPE, static_cast<int8_t>(type), 0);
      }
      void add_has_rank(bool has_rank) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MAP_RENAME", Const, 0},
    		{"MAP_RESERVED0080", Const, 0},
    		{"MAP_RESERVED0100", Const, 1},
    		{"MAP_SHARED", Const, 0},
    		{"MAP_STACK", Const, 0},
    		{"MAP_TRYFIXED", Const, 3},
    		{"MAP_TYPE", Const, 0},
    		{"MAP_WIRED", Const, 3},
    		{"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4},
    		{"MAXLEN_IFDESCR", Const, 0},
    		{"MAXLEN_PHYSADDR", Const, 0},
    		{"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/trace_viewer_full.html

    lues();};CodeMap.prototype.getAllLibrariesEntries=function(){return this.libraries_.exportValues();};CodeMap.CodeState={COMPILED:0,OPTIMIZABLE:1,OPTIMIZED:2};CodeMap.CodeEntry=function(size,opt_name,opt_type){this.id=tr.b.GUID.allocateSimple();this.size=size;this.name_=opt_name||'';this.type=opt_type||'';this.nameUpdated_=false;};CodeMap.CodeEntry.prototype={__proto__:Object.prototype,get name(){return this.name_;},set name(value){this.name_=value;},toString(){this.name_+': '+this.size.toString(...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top