Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 67 for erator (0.17 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    ComponentList extends AbstractComponentCol implements java.util.List { private java.util.List components; public void ComponentList(String, java.util.List); public int size(); public boolean isEmpty(); public boolean contains(Object); public java.util.Iterator iterator(); public Object[] toArray(); public Object[] toArray(Object[]); public boolean add(Object); public boolean remove(Object); public boolean containsAll(java.util.Collection); public boolean addAll(java.util.Collection); public boolean addAll(int,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    #define oup DI
    #define inp SI
    #define inl BX
    #define adp CX // free to reuse, after we hash the additional data
    #define keyp R8 // free to reuse, when we copy the key to stack
    #define itr2 R9 // general iterator
    #define itr1 CX // general iterator
    #define acc0 R10
    #define acc1 R11
    #define acc2 R12
    #define t0 R13
    #define t1 R14
    #define t2 R15
    #define t3 R8
    // Register and stack allocation for the SSE code
    #define rStore (0*16)(BP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

            g->AddEdge(copy_node, 0, dst, dst_input);
          }
        }
      }
    
      return absl::OkStatus();
    }
    
    }  // namespace
    
    Status RewriteOutsideCompilationSubgraphFn::operator()(
        const std::vector<OutputTensor>& arg_source_tensors,
        std::unique_ptr<Graph>* graph, std::vector<int>* input_permutation,
        std::vector<int>* output_permutation, NodeDef* node_def) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include <cmath>
    #include <cstdint>
    #include <iterator>
    #include <memory>
    #include <optional>
    #include <tuple>
    #include <utility>
    
    #include "absl/algorithm/container.h"
    #include "absl/log/check.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/ADT/SmallVector.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // node name couldn't be found in the input DebugInfo, a NameLoc is used as
      // the location.
      mlir::Location GetLocation(const Node& node);
    
      // Appends the location string for the node to the error message and returns
      // the combined error status.
      Status EmitErrorWithLocationStr(const Node& node, const Status& error_status);
    
      // Inserts a placeholder node in the graph to replace a feed output tensor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		t.Fatalf("Unexpected error: %v", err)
    	}
    
    	if !isQualifiedResource(err, qualifiedKind, qualifiedGroup) {
    		t.Fatalf("Unexpected error: %#v", err)
    	}
    }
    
    func denyCreateValidation(ctx context.Context, obj runtime.Object) error {
    	return fmt.Errorf("admission denied")
    }
    
    func denyUpdateValidation(ctx context.Context, obj, old runtime.Object) error {
    	return fmt.Errorf("admission denied")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    throws org.apache.maven.artifact.versioning.OverConstrainedVersi; private java.util.List getTrail() throws org.apache.maven.artifact.versioning.OverConstrainedVersi; public boolean isResolved(); public boolean isChildOfRootNode(); public java.util.Iterator getChildrenIterator(); public int getDepth(); public java.util.List getRemoteRepositorie(); public boolean isActive(); public void enable(); public void disable(); public boolean filterTrail(filter.ArtifactFilter) throws org.apache.maven.artifac...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  8. src/debug/elf/elf.go

    	// Reserved for internal use by the kernel runtime-linker.
    	DF_1_NOHDR DynFlag1 = 0x00100000
    	// Indicates that this object has been edited or has been modified since the
    	// objects original construction by the link-editor.
    	DF_1_EDITED DynFlag1 = 0x00200000
    	// Reserved for internal use by the kernel runtime-linker.
    	DF_1_NORELOC DynFlag1 = 0x00400000
    	// Indicates that the object contains individual symbols that should interpose
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.h"
    
    #include <algorithm>
    #include <array>
    #include <cassert>
    #include <complex>
    #include <cstddef>
    #include <cstdint>
    #include <iterator>
    #include <optional>
    #include <string>
    #include <tuple>
    #include <type_traits>
    
    #include "absl/log/check.h"
    #include "absl/strings/str_cat.h"
    #include "llvm/ADT/APFloat.h"
    #include "llvm/ADT/APInt.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.h"
    
    #include <algorithm>
    #include <array>
    #include <cassert>
    #include <climits>
    #include <cstddef>
    #include <cstdint>
    #include <iterator>
    #include <limits>
    #include <optional>
    #include <string>
    #include <tuple>
    #include <type_traits>
    #include <vector>
    
    #include "llvm/ADT/APFloat.h"
    #include "llvm/ADT/APInt.h"
    #include "llvm/ADT/ArrayRef.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top