- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for set_kind (0.12 sec)
-
tensorflow/c/eager/abstract_operation.h
kEager, kTfrt, kTape, kOpHandler }; explicit AbstractOperation(AbstractOperationKind kind) : kind_(kind) {} virtual ~AbstractOperation() {} public: AbstractOperationKind getKind() const { return kind_; } // Release any underlying resources, including the interface object. // // WARNING: The destructor of this class is marked as protected to disallow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 7.3K bytes - Viewed (0) -
tensorflow/c/eager/c_api_unified_experimental_graph.cc
return FullTypeDef(); } else { return *ft; } } TF_Output output_; // For LLVM style RTTI. static bool classof(const AbstractTensorHandle* ptr) { return ptr->getKind() == kGraph; } private: TF_Graph* graph_; // For shape inference. }; // GraphOperation wraps and populates a TF_OperationDescription. class GraphOperation : public TracingOperation { public:
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 15.7K bytes - Viewed (0) -
cmd/metrics-v3-cluster-erasure-set.go
erasureSetWriteTolerance = "write_tolerance" erasureSetReadHealth = "read_health" erasureSetWriteHealth = "write_health" ) const ( poolIDL = "pool_id" setIDL = "set_id" ) var ( erasureSetOverallWriteQuorumMD = NewGaugeMD(erasureSetOverallWriteQuorum, "Overall write quorum across pools and sets") erasureSetOverallHealthMD = NewGaugeMD(erasureSetOverallHealth,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 14 07:25:56 UTC 2024 - 4.4K bytes - Viewed (0) -
api/go1.txt
pkg debug/elf, func R_SYM32(uint32) uint32 pkg debug/elf, func R_SYM64(uint64) uint32 pkg debug/elf, func R_TYPE32(uint32) uint32 pkg debug/elf, func R_TYPE64(uint64) uint32 pkg debug/elf, func ST_BIND(uint8) SymBind pkg debug/elf, func ST_INFO(SymBind, SymType) uint8 pkg debug/elf, func ST_TYPE(uint8) SymType pkg debug/elf, func ST_VISIBILITY(uint8) SymVis pkg debug/elf, method (*File) Close() error
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)