Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for afunc (0.07 sec)

  1. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.Aux = symToAux(mergeSym(sym1, sym2))
    		v.AddArg2(base, mem)
    		return true
    	}
    	return false
    }
    func rewriteValueAMD64_OpAMD64MOVOstore(v *Value) bool {
    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    	typ := &b.Func.Config.Types
    	// match: (MOVOstore [off1] {sym} (ADDQconst [off2] ptr) val mem)
    	// cond: is32Bit(int64(off1)+int64(off2))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v1.AuxInt = int64ToAuxInt(0)
    		v.AddArg3(v0, v1, v1)
    		return true
    	}
    	return false
    }
    func rewriteValuegeneric_OpConstString(v *Value) bool {
    	b := v.Block
    	config := b.Func.Config
    	fe := b.Func.fe
    	typ := &b.Func.Config.Types
    	// match: (ConstString {str})
    	// cond: config.PtrSize == 4 && str == ""
    	// result: (StringMake (ConstNil) (Const32 <typ.Int> [0]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              has_minimum: true
            }
            attr {
              name: "Tout"
              type: "list(type)"
              has_minimum: true
            }
            attr {
              name: "f"
              type: "func"
            }
            attr {
              name: "config"
              type: "string"
              default_value {
                s: ""
              }
            }
            attr {
              name: "config_proto"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedResultTypeListAttr Tout = TF_DerivedResultTypeListAttr<0>;
    
      let extraClassDeclaration = [{
        // Returns the callee of this operation.
        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.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top