Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ref1group (0.1 sec)

  1. pkg/controller/garbagecollector/dump_test.go

    			Kind:       "ref1kind-Iñtërnâtiônàlizætiøn,🐹",
    			APIVersion: "ref1group/version",
    		},
    		Namespace: "ref1ns",
    	}
    	ref2 := objectReference{
    		OwnerReference: metav1.OwnerReference{
    			UID:        types.UID("ref2-"),
    			Name:       "ref2name-",
    			Kind:       "ref2kind-",
    			APIVersion: "ref2group/version",
    		},
    		Namespace: "ref2ns",
    	}
    	testcases := []struct {
    		file  string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  2. tensorflow/cc/framework/ops.h

    #include "tensorflow/core/framework/tensor.pb.h"
    #include "tensorflow/core/graph/graph.h"
    #include "tensorflow/core/lib/hash/hash.h"
    #include "tensorflow/core/lib/strings/strcat.h"
    
    namespace tensorflow {
    
    /// @defgroup core Core Tensorflow API
    
    class Output;
    
    /// @addtogroup core
    /// @{
    
    /// Represents a node in the computation graph.
    class Operation {
     public:
      Operation() : node_(nullptr) {}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. tensorflow/cc/framework/cc_op_gen.cc

    
    #include "tensorflow/cc/ops/const_op.h"
    )include",
          "#include \"", op_header, "\"\n", namespace_begin);
    
      const string filename = GetFilename(dot_h_fname);
      const string doxygen = strings::StrCat("/// @defgroup ", filename, " ",
                                             ToTitle(filename), "\n", "/// @{\n\n");
    
      TF_CHECK_OK(h->Append(
          strings::StrCat("// This file is MACHINE GENERATED! Do not edit.\n\n"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 17:22:47 UTC 2023
    - 17K bytes
    - Viewed (0)
  4. tensorflow/cc/experimental/libtf/object.h

      explicit Capsule(TaggedValue v) : Handle(std::move(v)) {}
      template <class T>
      friend tensorflow::StatusOr<T> tf::libtf::Cast(Handle handle);
    };
    }  // namespace internal
    
    /// @defgroup Util Functions for type conversion
    ///
    /// @brief Functions for retrieving and converting Handle types.
    /// @{
    
    /// Retrieves tagged type of `T` handle.
    template <class T>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 11 08:05:36 UTC 2023
    - 23.6K bytes
    - Viewed (0)
Back to top