Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 336 for rewrite (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/promote_resources_to_args.cc

      return success();
    }
    
    // Records the current live value for a resource variable and whether a read or
    // write on the variable occurred.
    struct ResourceInfo {
      Value live_value = nullptr;
      bool read = false;
      bool write = false;
    };
    
    LogicalResult PromoteResourcesToArguments(
        func::FuncOp function,
        llvm::ArrayRef<std::string> var_handle_shared_names) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. pkg/wasm/convert.go

    		status = marshalFailure
    		return nil, fmt.Errorf("failed to marshal new extension config resource: %w", err)
    	}
    
    	// At this point, we are certain that wasm module has been downloaded and config is rewritten.
    	// ECDS will be rewritten successfully.
    	return nec, nil
    }
    
    func convertNetworkWasmConfigFromRemoteToLocal(ec *core.TypedExtensionConfig, wasmNetworkFilterConfig *networkwasm.Wasm, cache Cache) (*anypb.Any, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

                    << "sequencing rewrite.";
          return;
        } else {
          (*backward_pass_ops.begin())->emitOpError()
              << "embedding backwards pass op with no forwards pass ops.";
          return signalPassFailure();
        }
      }
      LOG(INFO) << "Embedding sequencing rewrite enabled.";
    
      // Ensure that all ops are in the same region, and have the same replication
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  4. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/StandaloneProjectFactory.kt

                }
            }
        }
    
        private fun registerProjectServices(project: MockProject) {
            // TODO: rewrite KtResolveExtensionProviderForTest to avoid KtResolveExtensionProvider access before initialized project
            @Suppress("UnstableApiUsage")
            CoreApplicationEnvironment.registerExtensionPoint(
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

            rewriter.getIntegerAttr(attribute_type, revised_begin_mask),
            rewriter.getIntegerAttr(attribute_type, revised_end_mask),
            /*ellipsis_mask=*/rewriter.getI64IntegerAttr(0),
            rewriter.getIntegerAttr(attribute_type, revised_new_axis_mask),
            rewriter.getIntegerAttr(attribute_type, revised_shrink_axis_mask));
    
        return success();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/optimize.cc

      }
    
      auto lhs_new_concat = rewriter.create<mhlo::ConcatenateOp>(
          concat->getLoc(), concat.getType().clone(lhs_new_concat_shape),
          all_dot_lhs, rewriter.getI64IntegerAttr(lhs_batch_dim));
      auto rhs_new_concat = rewriter.create<mhlo::ConcatenateOp>(
          concat->getLoc(), concat.getType().clone(rhs_new_concat_shape),
          all_dot_rhs, rewriter.getI64IntegerAttr(rhs_batch_dim));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/pgen.go

    	// introduce or remove unused variables.
    	sort.SliceStable(fn.Dcl, func(i, j int) bool {
    		return cmpstackvarlt(fn.Dcl[i], fn.Dcl[j], mls)
    	})
    
    	if mls != nil {
    		// Rewrite fn.Dcl to reposition followers (subsumed vars) to
    		// be immediately following the leader var in their partition.
    		followers := []*ir.Name{}
    		newdcl := make([]*ir.Name, 0, len(fn.Dcl))
    		for i := 0; i < len(fn.Dcl); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. src/cmd/link/internal/arm64/asm.go

    			su := ldr.MakeSymbolUpdater(s)
    			switch {
    			case (o>>24)&0x9f == 0x90: // adrp
    				// keep instruction unchanged, change relocation type below
    			case o>>24 == 0xf9: // ldr
    				// rewrite to add
    				o = (0x91 << 24) | (o & (1<<22 - 1))
    				su.MakeWritable()
    				su.SetUint32(target.Arch, int64(off), o)
    			default:
    				ldr.Errorf(s, "unexpected GOT_LOAD reloc for non-dynamic symbol %s", ldr.SymName(targ))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/CompactHashMap.java

        // the `keys` and `values` arrays do not need to change. But because the "short hash" now has a
        // different number of bits, we must rewrite each element of `entries` so that its contribution
        // to the full hashcode reflects the change, and so that its `next` link corresponds to the new
        // linked list of entries with the new short hash.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  10. cmd/storage-datatypes.go

    }
    
    // RenameDataResp - RenameData()'s response.
    // Provides information about the final state of Rename()
    //   - on xl.meta (array of versions) on disk to check for version disparity
    //   - on rewrite dataDir on disk that must be additionally purged
    //     only after as a 2-phase call, allowing the older dataDir to
    //     hang-around in-case we need some form of recovery.
    type RenameDataResp struct {
    	Sign       []byte
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top