Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Positions (0.3 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        if (!tensor_or) return false;
        tensors.push_back(*tensor_or);
    
        return true;
      };
    
      std::vector<BufferOffset<tflite::Operator>> operators;
    
      // Maps positions of operations in bb to positions in operators
      llvm::DenseMap<int, int> operation_index_to_operator_index;
      std::vector<Operation*> operators_in_mlir;
      auto& bb = region->front();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		return err
    	}
    
    	a.built = objpkg
    	return nil
    }
    
    func (b *Builder) checkDirectives(a *Action) error {
    	var msg []byte
    	p := a.Package
    	var seen map[string]token.Position
    	for _, d := range p.Internal.Build.Directives {
    		if strings.HasPrefix(d.Text, "//go:debug") {
    			key, _, err := load.ParseGoDebug(d.Text)
    			if err != nil && err != load.ErrNotGoDebug {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            then:
            output.count("files: [${["lib1", "lib2", "lib3", "lib4-1.0"].collectMany { lib -> targetJarsFor(lib) }.sort().join(", ")}]") == 2
        }
    
        def "failure in transformation chain propagates (position in chain: #failingTransform)"() {
            given:
    
            Closure<String> possiblyFailingTransform = { index ->
                index == failingTransform ? "FailingDuplicator" : "Duplicator"
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //
    // The error information, if any, is
    //
    //	type PackageError struct {
    //	    ImportStack   []string // shortest path from package named on command line to this one
    //	    Pos           string   // position of error (if present, file:line:col)
    //	    Err           string   // the error itself
    //	}
    //
    // The module information is a Module struct, defined in the discussion
    // of list -m below.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    text","showLineNumbers":false,"showMiniMap":false},"content":"<div>\n  <div style=\"position: absolute; bottom: 0\">\n    <a href=\"https://istio.io\" target=\"_blank\" style=\"font-size: 30px; text-decoration: none; color: inherit\"><img src=\"https://raw.githubusercontent.com/cncf/artwork/master/projects/istio/icon/color/istio-icon-color.svg\" style=\"height: 50px\"> Istio</a>\n  </div>\n  <div style=\"position: absolute; bottom: 0; right: 0; font-size: 15px\">\n    Istio is an <a href=\"https...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        otherwise piped through without changes.
    
        This complements MLIRs dumping functionality, which can sometimes be hard
        to configure. This pass is useful if you know the exact position in the
        pipeline where you want to dump, and are able to easily modify the pipeline
        source code.
      }];
      let constructor = "TF::CreatePrintPass()";
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    	}
    
    	va = uint64(Rnd(int64(va), *FlagRound))
    	if ctxt.HeadType == objabi.Haix && len(Segrelrodata.Sections) == 0 {
    		// Data sections are moved to an unreachable segment
    		// to ensure that they are position-independent.
    		// Already done if relro sections exist.
    		va += uint64(XCOFFDATABASE) - uint64(XCOFFTEXTBASE)
    	}
    	order = append(order, &Segdata)
    	Segdata.Rwx = 06
    	Segdata.Vaddr = va
    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