Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sqrt1 (0.06 sec)

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

    		},
    	},
    	{
    		name:   "SQRTD",
    		argLen: 1,
    		asm:    arm.ASQRTD,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 4294901760}, // F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15
    			},
    			outputs: []outputInfo{
    				{0, 4294901760}, // F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15
    			},
    		},
    	},
    	{
    		name:   "SQRTF",
    		argLen: 1,
    		asm:    arm.ASQRTF,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        CombinerType_SQRTN
      };
      return values;
    }
    
    inline const char * const *EnumNamesCombinerType() {
      static const char * const names[4] = {
        "SUM",
        "MEAN",
        "SQRTN",
        nullptr
      };
      return names;
    }
    
    inline const char *EnumNameCombinerType(CombinerType e) {
      if (::flatbuffers::IsOutRange(e, CombinerType_SUM, CombinerType_SQRTN)) return "";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top