Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 163 for includes_ (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

    #include <memory>
    #include <optional>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "absl/algorithm/container.h"
    #include "absl/strings/str_format.h"
    #include "absl/strings/str_join.h"
    #include "absl/strings/string_view.h"
    #include "llvm/ADT/Sequence.h"
    #include "llvm/ADT/StringMap.h"
    #include "llvm/ADT/StringRef.h"
    #include "llvm/ADT/Twine.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                task (copy, type:Copy) {
                   into 'dest'
                   from('files/one') {
                      into '1'
                      include '**/*.a'
                   }
                   from('files/two') {
                      into '2'
                      include '**/*.b'
                   }
                   exclude '**/ignore/**'
                }
            '''.stripIndent()
    
            when:
            run 'copy'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

                            parent = null;
                        }
                    }
    
                    // if the included ivy file is not found on file system, tries to resolve using
                    // repositories
                    if (parent == null) {
                        LOGGER.debug("Trying to parse included ivy file by asking repository for module :{}#{};{}",
                            parentOrganisation, parentModule, parentRevision);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    #define GTEST_INCLUDE_GTEST_GTEST_H_
    
    #include <limits>
    #include <ostream>
    #include <vector>
    
    #include "gtest/internal/gtest-internal.h"
    #include "gtest/internal/gtest-string.h"
    #include "gtest/gtest-death-test.h"
    #include "gtest/gtest-message.h"
    #include "gtest/gtest-param-test.h"
    #include "gtest/gtest-printers.h"
    #include "gtest/gtest_prod.h"
    #include "gtest/gtest-test-part.h"
    #include "gtest/gtest-typed-test.h"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

    #include <cassert>
    #include <cstdint>
    #include <deque>
    #include <memory>
    #include <optional>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "absl/algorithm/container.h"
    #include "llvm/ADT/ArrayRef.h"
    #include "llvm/ADT/DenseMap.h"
    #include "llvm/ADT/DenseSet.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/ADT/SetVector.h"
    #include "llvm/ADT/SmallVector.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

    #include <cstdint>
    #include <map>
    #include <memory>
    #include <string>
    #include <utility>
    #include <vector>
    
    // #include "smartass/brain/ops/flogs_ops.h"
    #include "absl/log/log.h"
    #include "absl/strings/str_cat.h"
    #include "llvm/ADT/ArrayRef.h"
    #include "llvm/ADT/MapVector.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/ADT/SetVector.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/types.go

    	//
    	// Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according
    	// to these actions only if the FailurePolicy is set to Fail, otherwise the failures are
    	// ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.
    	//
    	// validationActions is declared as a set of action values. Order does
    	// not matter. validationActions may not contain duplicates of the same action.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    #include "tensorflow/compiler/mlir/lite/flatbuffer_import.h"
    
    #include <algorithm>
    #include <cassert>
    #include <climits>
    #include <cstdint>
    #include <cstring>
    #include <memory>
    #include <optional>
    #include <set>
    #include <string>
    #include <utility>
    #include <vector>
    
    #include "absl/container/flat_hash_map.h"
    #include "absl/container/flat_hash_set.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    #include "tensorflow/compiler/jit/mark_for_compilation_pass.h"
    
    #include <algorithm>
    #include <memory>
    #include <set>
    #include <string>
    #include <unordered_map>
    #include <utility>
    #include <vector>
    
    #include "absl/container/flat_hash_map.h"
    #include "absl/memory/memory.h"
    #include "absl/strings/match.h"
    #include "absl/strings/str_cat.h"
    #include "absl/strings/str_split.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    // TFLite team.
    
    #include <climits>
    #include <cstdint>
    #include <utility>
    
    #include "absl/algorithm/container.h"
    #include "absl/memory/memory.h"
    #include "absl/numeric/bits.h"
    #include "llvm/ADT/ArrayRef.h"
    #include "llvm/ADT/STLExtras.h"
    #include "llvm/ADT/StringSwitch.h"
    #include "llvm/Support/Debug.h"
    #include "mlir/Dialect/Affine/Analysis/LoopAnalysis.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top