Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for arginfo0 (0.26 sec)

  1. src/cmd/internal/obj/objfile.go

    			strings.HasPrefix(name, "type:.namedata."),
    			strings.HasPrefix(name, "type:.importpath."),
    			strings.HasSuffix(name, ".opendefer"),
    			strings.HasSuffix(name, ".arginfo0"),
    			strings.HasSuffix(name, ".arginfo1"),
    			strings.HasSuffix(name, ".argliveinfo"):
    			// These are just bytes, or varints.
    			align = 1
    		case strings.HasPrefix(name, "gclocals·"):
    			// It has 32-bit fields.
    			align = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/symtab.go

    			strings.HasPrefix(name, "gclocals·"),
    			ldr.SymType(s) == sym.SGOFUNC && s != symgofunc, // inltree, see pcln.go
    			strings.HasSuffix(name, ".opendefer"),
    			strings.HasSuffix(name, ".arginfo0"),
    			strings.HasSuffix(name, ".arginfo1"),
    			strings.HasSuffix(name, ".argliveinfo"),
    			strings.HasSuffix(name, ".wrapinfo"),
    			strings.HasSuffix(name, ".args_stackmap"),
    			strings.HasSuffix(name, ".stkobj"):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 16:29:40 UTC 2023
    - 29.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_deserialization.mlir

        // CHECK-NOT:    function_list
        // CHECK-SAME:   module = ""
        // CHECK-SAME:   _entry_function = @main_0,
    
        // `module` is stablehlo bytecode for:
        //  func.func @main(%arg0: tensor<?xi32> {jax.arg_info = "x", mhlo.sharding = "{replicated}"}, %arg1: tensor<*xi32>) -> (tensor<?xi32> {jax.result_info = ""}) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 02 18:38:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_round_trip.mlir

      // CHECK-LABEL: func private @main_0
      // CHECK-SAME:    %[[ARG0:.*]]: tensor<?xi32> {jax.arg_info = "x", mhlo.sharding = "{replicated}"}
      // CHECK-SAME:    %[[ARG1:.*]]: tensor<*xi32>)
      // CHECK-SAME:    (tensor<?xi32> {jax.result_info = ""})
      // CHECK-SAME:    attributes {_from_xla_call_module}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 02 18:38:51 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_serialization.mlir

        return %arg0 : tensor<?xi32>
      }
    
      // CHECK-NOT: @_stablehlo_main_0
      func.func private @_stablehlo_main_0(%arg0: tensor<?xi32> {jax.arg_info = "x", mhlo.sharding = "{replicated}"}, %arg1: tensor<*xi32>) -> (tensor<?xi32> {jax.result_info = ""}) attributes {_from_xla_call_module} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 03:48:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/get_compiler_ir.cc

      int input_arg_size = input_args.size();
      std::vector<XlaCompiler::Argument> args;
      args.reserve(input_arg_size);
    
      for (auto& arg_info : flat_arg_shape_and_dtype) {
        XlaCompiler::Argument arg;
        arg.kind = XlaCompiler::Argument::kParameter;
        arg.type = arg_info.dtype;
        arg.shape = arg_info.shape;
        args.push_back(arg);
      }
    
      // Build Xla Compiler Arguments from concrete_fn.captured_inputs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/plist.go

    				p.As = AFUNCDATA
    				p.From.Type = TYPE_CONST
    				p.From.Offset = abi.FUNCDATA_ArgInfo
    				p.To.Type = TYPE_MEM
    				p.To.Name = NAME_EXTERN
    				p.To.Sym = ctxt.LookupDerived(s, fmt.Sprintf("%s.arginfo%d", s.Name, s.ABI()))
    			}
    		}
    	}
    
    	// Turn functions into machine code images.
    	for _, s := range text {
    		mkfwd(s)
    		if ctxt.Arch.ErrorCheck != nil {
    			ctxt.Arch.ErrorCheck(ctxt, s)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/pcln.go

    		for j := range funcdata {
    			dataoff := off + int64(4*j)
    			fdsym := funcdata[j]
    
    			// cmd/internal/obj optimistically populates ArgsPointerMaps and
    			// ArgInfo for assembly functions, hoping that the compiler will
    			// emit appropriate symbols from their Go stub declarations. If
    			// it didn't though, just ignore it.
    			//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        func.return %0 : tensor<*xf32>
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/link.go

    	dwarfRangesSym     *LSym
    	dwarfAbsFnSym      *LSym
    	dwarfDebugLinesSym *LSym
    
    	GCArgs             *LSym
    	GCLocals           *LSym
    	StackObjects       *LSym
    	OpenCodedDeferInfo *LSym
    	ArgInfo            *LSym // argument info for traceback
    	ArgLiveInfo        *LSym // argument liveness info for traceback
    	WrapInfo           *LSym // for wrapper, info of wrapped function
    	JumpTables         []JumpTable
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 33.1K bytes
    - Viewed (0)
Back to top