Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 102 for nameslice (0.62 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    #include "tensorflow/core/framework/kernel_shape_util.h"
    #include "tensorflow/core/lib/math/math_util.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/util/padding.h"
    
    namespace mlir {
    namespace odml {
    namespace {
    
    #define DEBUG_TYPE "tf-legalize-hlo"
    
    #define GEN_PASS_DEF_LEGALIZEHLOTOTFPASS
    #include "tensorflow/compiler/mlir/lite/stablehlo/transforms/passes.h.inc"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/public/session_options.h"
    #include "tensorflow/core/public/version.h"
    #include "tensorflow/core/util/equal_graph_def.h"
    
    namespace tensorflow {
    namespace {
    
    const char* const kXlaHostTransferSequencerAttr =
        "_xla_host_transfer_sequencer";
    
    Status AddGraphDefToFunctionLibrary(const GraphDefBuilder& graphdef_builder,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    using ::int64_t;
    using mlir::func::FuncOp;
    using tensorflow::shape_inference::DimensionHandle;
    using tensorflow::shape_inference::InferenceContext;
    using tensorflow::shape_inference::ShapeHandle;
    
    namespace mlir {
    namespace TF {
    namespace {
    
    // Compute a refined type between two types `lhs` and `rhs`, the result type
    // is always more refined (i.e. has more static information) than `lhs`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          std::get<0>(it).replaceAllUsesWith(std::get<1>(it));
        }
        rewriter.eraseOp(outer_op);
      }
      return control_edges;
    }
    
    }  // namespace
    
    namespace tflite {
    
    bool MlirToFlatBufferTranslateFunction(mlir::ModuleOp module,
                                           const FlatbufferExportOptions& options,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  5. pkg/volume/util/operationexecutor/operation_generator.go

    			pv := volumeToMount.VolumeSpec.PersistentVolume
    			pvc, err := og.kubeClient.CoreV1().PersistentVolumeClaims(pv.Spec.ClaimRef.Namespace).Get(context.TODO(), pv.Spec.ClaimRef.Name, metav1.GetOptions{})
    			if err != nil {
    				eventErr, detailedErr := volumeToMount.GenerateError("VerifyControllerAttachedVolume fetching pvc failed", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

        resources:
          - group: "" # core
            resources: ["nodes/status", "pods/status"]
        omitStages:
          - "RequestReceived"
    
      # deletecollection calls can be large, don't log responses for expected namespace deletions
      - level: Request
        users: ["system:serviceaccount:kube-system:namespace-controller"]
        verbs: ["deletecollection"]
        omitStages:
          - "RequestReceived"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	LUP_FILESERVER           = 0x400000
    	LUP_DISABLE_IDN_ENCODING = 0x00800000
    	LUP_API_ANSI             = 0x01000000
    
    	LUP_RESOLUTION_HANDLE = 0x80000000
    )
    
    const (
    	// values of WSAQUERYSET's namespace
    	NS_ALL       = 0
    	NS_DNS       = 12
    	NS_NLA       = 15
    	NS_BTH       = 16
    	NS_EMAIL     = 37
    	NS_PNRPNAME  = 38
    	NS_PNRPCLOUD = 39
    )
    
    type DNSSRVData struct {
    	Target   *uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // libstdc++ (which is where cxxabi.h comes from).
    # if GTEST_HAS_CXXABI_H_
    #  include <cxxabi.h>
    # elif defined(__HP_aCC)
    #  include <acxx_demangle.h>
    # endif  // GTEST_HASH_CXXABI_H_
    
    namespace testing {
    namespace internal {
    
    // GetTypeName<T>() returns a human-readable name of type T.
    // NB: This function is also used in Google Mock, so don't move it inside of
    // the typed-test-only section below.
    template <typename T>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // libstdc++ (which is where cxxabi.h comes from).
    # if GTEST_HAS_CXXABI_H_
    #  include <cxxabi.h>
    # elif defined(__HP_aCC)
    #  include <acxx_demangle.h>
    # endif  // GTEST_HASH_CXXABI_H_
    
    namespace testing {
    namespace internal {
    
    // GetTypeName<T>() returns a human-readable name of type T.
    // NB: This function is also used in Google Mock, so don't move it inside of
    // the typed-test-only section below.
    template <typename T>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    #include "tensorflow/core/util/dump_graph.h"
    #include "tsl/platform/statusor.h"
    
    static inline absl::string_view StringRefToView(llvm::StringRef ref) {
      return {ref.data(), ref.size()};
    }
    
    namespace tensorflow {
    
    constexpr size_t kNumThreadToConvertSignatures = 10;
    constexpr absl::string_view kOutputShapesAttrName = "_output_shapes";
    
    using ::mlir::NamedAttrList;
    using ::mlir::TensorType;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top