Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BarTest (0.36 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    }
    
    def TFL_ArgMaxOp : TFL_Op<"arg_max", [
        QuantizableResult,
        Pure]> {
      let summary = "ArgMax operator";
    
      let description = [{
        Returns the index with the largest value across dimensions of a tensor.
      }];
    
      let arguments = (
        ins TFL_TensorOf<[I1, F32, I32, I8, UI8, QI8, QUI8]>:$input,
        TFL_I32OrI64Tensor:$dim
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    		machosymorder(ctxt)
    	}
    	state.dynreloc(ctxt)
    
    	// Move any RO data with relocations to a separate section.
    	state.makeRelroForSharedLib(ctxt)
    
    	// Set alignment for the symbol with the largest known index,
    	// so as to trigger allocation of the loader's internal
    	// alignment array. This will avoid data races in the parallel
    	// section below.
    	lastSym := loader.Sym(ldr.NSym() - 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top