Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for getZ (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        func::FuncOp func() {
          return SymbolTable::lookupNearestSymbolFrom<func::FuncOp>(*this, getF());
        }
    
        // Erases variable arguments from `batch_func_op`. `erase_indices` contains
        // the indices of the arguments to erase.
        void eraseArguments(const BitVector& erase_indices);
    
        // Gets the argument operands to the called function.
        operand_range getArgOperands() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/apps/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getAppsV1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. RELEASE.md

                instead of relying on `Model.inputs` and `Model.input_names`, which
                are no longer set for subclass Models. This attr is set in eager,
                `tf.function`, and graph modes. This gets rid of the need for users
                to manually call `Model._set_inputs` when using Custom Training
                Loops(CTLs).
            *   Dynamic shapes are supported for generators by calling the Model on
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		x := v_0
    		v.reset(OpAMD64ROUNDSD)
    		v.AuxInt = int8ToAuxInt(1)
    		v.AddArg(x)
    		return true
    	}
    }
    func rewriteValueAMD64_OpGetG(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (GetG mem)
    	// cond: v.Block.Func.OwnAux.Fn.ABI() != obj.ABIInternal
    	// result: (LoweredGetG mem)
    	for {
    		mem := v_0
    		if !(v.Block.Func.OwnAux.Fn.ABI() != obj.ABIInternal) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v.AddArg2(v0, v1)
    		return true
    	}
    }
    func rewriteValuegeneric_OpNilCheck(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	fe := b.Func.fe
    	// match: (NilCheck ptr:(GetG mem) mem)
    	// result: ptr
    	for {
    		ptr := v_0
    		if ptr.Op != OpGetG {
    			break
    		}
    		mem := ptr.Args[0]
    		if mem != v_1 {
    			break
    		}
    		v.copyOf(ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top