Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for interleaved (0.12 sec)

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

      bool RefineWithInferTypeOpInterface(InferTypeOpInterface infer_ti);
    
      // Returns all the callers of a function.
      // Note: Usage of the return value of this function may not be interleaved
      // with insertions to the callers map. This could occur if GetCallers is
      // called with two separate functions, the 2nd one incurs a resize and then
      // both first and 2nd stored callers are used.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          ss << tensor.node->name();
        };
        llvm::interleave(arg_nodes, ss, node_name, ",");
        auto inputs = b.getNamedAttr("inputs", b.getStringAttr(ss.str()));
        s.clear();
        llvm::interleave(ret_nodes, ss, node_name, ",");
        auto outputs = b.getNamedAttr("outputs", b.getStringAttr(ss.str()));
        s.clear();
        llvm::interleave(specs.control_outputs, ss, ",");
        auto control_outputs =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	VMOVDQA DD0, ctr0StoreAVX2; VMOVDQA DD1, ctr1StoreAVX2; VMOVDQA DD2, ctr2StoreAVX2; VMOVDQA DD3, ctr3StoreAVX2
    	XORQ    itr1, itr1
    
    openAVX2InternalLoop:
    	// Lets just say this spaghetti loop interleaves 2 quarter rounds with 3 poly multiplications
    	// Effectively per 512 bytes of stream we hash 480 bytes of ciphertext
    	polyAdd(0*8(inp)(itr1*1))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          "broadcastable shapes within the rank " # max_bcast_rank,
        CPred<"TFL::VerifyOperandsHaveSameShapesOrBroadcastableShape("
                "$_op, llvm::ArrayRef<unsigned>({" # !interleave(indices, ", ") #
                "}), " # max_bcast_rank # ")">>;
    
    // These additional types/type constraints here are used to decouple the ops
    // from runtime support for the ops. Prefer to use these types when defining
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/data.go

    	var head, tail, zerobase loader.Sym
    	ldr := ctxt.loader
    	sl := make([]symNameSize, len(syms))
    
    	// For ppc64, we want to interleave the .got and .toc sections
    	// from input files. Both are type sym.SELFGOT, so in that case
    	// we skip size comparison and do the name comparison instead
    	// (conveniently, .got sorts before .toc).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
Back to top