Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 99 for UNDEF (0.05 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/cpu_hardware.cc

    TAC_REGISTER_CPU_OP(MulOp, CreateArithmeticOp);
    TAC_REGISTER_CPU_OP(ConcatenationOp, CreateConcatOp);
    TAC_REGISTER_CPU_OP(ReshapeOp, CreateConcatOp);
    TAC_REGISTER_CPU_OP(PackOp, CreateConcatOp);
    
    #undef TAC_REGISTER_CPU_OP
    }  // namespace
    }  // namespace tac
    }  // namespace TFL
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  2. src/runtime/asm_mips64x.s

    // at the top of the system stack because the one at the top of
    // the system stack terminates the stack walk (see topofstack()).
    TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0
    	UNDEF
    	JAL	(R31)	// make sure this function is not leaf
    	RET
    
    // func systemstack(fn func())
    TEXT runtime·systemstack(SB), NOSPLIT, $0-8
    	MOVV	fn+0(FP), R1	// R1 = fn
    	MOVV	R1, REGCTXT		// context
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 19:45:59 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  3. src/cmd/link/internal/s390x/asm.go

    // moduledata linked list at initialization time. This is only done if the runtime
    // is in a different module.
    //
    //	<go.link.addmoduledata>:
    //		larl  %r2, <local.moduledata>
    //		jg    <runtime.addmoduledata@plt>
    //		undef
    //
    // The job of appending the moduledata is delegated to runtime.addmoduledata.
    func gentext(ctxt *ld.Link, ldr *loader.Loader) {
    	initfunc, addmoduledata := ld.PrepareAddmoduledata(ctxt)
    	if initfunc == nil {
    		return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/device_util.cc

        return {*maybe_unknown_device};
      } else if (maybe_cpu_device) {
        return {*maybe_cpu_device};
      }
    
      FAILED_TO_PICK_DEVICE(errors::Internal("Empty device set!"));
    
    #undef FAILED_TO_PICK_DEVICE
    }
    
    absl::StatusOr<jit::DeviceId> PickDeviceForXla(
        const jit::DeviceInfoCache& device_info_cache,
        const jit::DeviceSet& devices, bool allow_mixing_unknown_and_cpu) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  5. src/runtime/asm_mipsx.s

    	MOVW	$runtime·mainPC(SB), R1	// entry
    	ADDU	$-8, R29
    	MOVW	R1, 4(R29)
    	MOVW	R0, 0(R29)
    	JAL	runtime·newproc(SB)
    	ADDU	$8, R29
    
    	// start this M
    	JAL	runtime·mstart(SB)
    
    	UNDEF
    	RET
    
    DATA	runtime·mainPC+0(SB)/4,$runtime·main(SB)
    GLOBL	runtime·mainPC(SB),RODATA,$4
    
    TEXT runtime·breakpoint(SB),NOSPLIT,$0-0
    	BREAK
    	RET
    
    TEXT runtime·asminit(SB),NOSPLIT,$0-0
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 11:46:29 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/utils/eval_util.cc

        RETURN_FAILURE_IF_ERROR(attr_or.status());
        results->push_back(attr_or.value());
      }
    
      VLOG(1) << "Evaluate node " << node_name << " successfully!";
    
      return mlir::success();
    }
    
    #undef RETURN_FAILURE_IF_ERROR
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 13 06:02:14 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  7. src/go/types/api_test.go

    	const pi, e = 3.1415, /*pi=undef*/ 2.71828 /*pi=const:13*/ /*e=const:13*/
    	type /*t=undef*/ t /*t=typename:14*/ *t
    	print(Y) /*Y=var:10*/
    	x, Y := Y, /*x=undef*/ /*Y=var:10*/ Pi /*x=var:16*/ /*Y=var:16*/ ; _ = x; _ = Y
    	var F = /*F=func:12*/ F[*int, int] /*F=var:17*/ ; _ = F
    
    	var a []int
    	for i, x := range a /*i=undef*/ /*x=var:16*/ { _ = i; _ = x }
    
    	var i interface{}
    	switch y := i.(type) { /*y=undef*/
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  8. src/runtime/asm_s390x.s

    // at the top of the system stack because the one at the top of
    // the system stack terminates the stack walk (see topofstack()).
    TEXT runtime·systemstack_switch(SB), NOSPLIT, $0-0
    	UNDEF
    	BL	(LR)	// make sure this function is not leaf
    	RET
    
    // func systemstack(fn func())
    TEXT runtime·systemstack(SB), NOSPLIT, $0-8
    	MOVD	fn+0(FP), R3	// R3 = fn
    	MOVD	R3, R12		// context
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:18:28 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  9. src/syscall/mkerrors.sh

    #include <termios.h>
    #include <netinet/ip.h>
    #include <netinet/ip_mroute.h>
    
    #if __FreeBSD__ >= 10
    #define IFT_CARP	0xf8	// IFT_CARP is deprecated in FreeBSD 10
    #undef SIOCAIFADDR
    #define SIOCAIFADDR	_IOW(105, 26, struct oifaliasreq)	// ifaliasreq contains if_data
    #undef SIOCSIFPHYADDR
    #define SIOCSIFPHYADDR	_IOW(105, 70, struct oifaliasreq)	// ifaliasreq contains if_data
    #endif
    '
    
    includes_Linux='
    #define _LARGEFILE_SOURCE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 21:22:22 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/gpu_hardware.cc

    TAC_REGISTER_GPU_OP(DepthwiseConv2DOp, CreateConvOp);
    TAC_REGISTER_GPU_OP(FullyConnectedOp, CreateConvOp);
    
    TAC_REGISTER_GPU_OP(AddOp, CreateArithmeticOp);
    TAC_REGISTER_GPU_OP(MulOp, CreateArithmeticOp);
    
    #undef TAC_REGISTER_GPU_OP
    }  // namespace
    }  // namespace tac
    }  // namespace TFL
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top