Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for visitEntry (0.15 sec)

  1. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/impl/TarBuildCacheEntryPacker.java

                this.treePath = "tree-" + escape(treeName);
                this.treeRoot = treePath + "/";
                this.type = type;
            }
    
            @Override
            public SnapshotVisitResult visitEntry(FileSystemLocationSnapshot snapshot, RelativePathSupplier relativePath) {
                boolean isRoot = relativePath.isRoot();
                String targetPath = getTargetPath(relativePath);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:19 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

      def visit_For(self, node):
        raise NotImplementedError('For operator not recognized')
    
      def visit_While(self, node):
        raise NotImplementedError('While operator not recognized')
    
      def visit_Try(self, node):
        # Only handles the body of the try statement.
        self.visit_block(node.body)
    
    
    def _apply_py_to_tf_passes(node, ctx):
      """Apply transformations from PyToTF to match tf.function tracing."""
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top