Searched defs:AddParams (Results 1 – 2 of 2) sorted by relevance
32 struct AddParams { struct33 c10::DeviceIndex device_id;34 int64_t input_a_size[max_num_input_dim];35 int64_t input_b_size[max_num_input_dim];36 …_t input_dim; // we currently assume both inputs are given as the same size (i.e., no broadcasting)37 at::MemoryFormat memory_format;38 bool deterministic;39 bool allow_tf32;
1527 void CInArchive::AddParams(const UInt32 *params, unsigned num) in AddParams() function in NArchive::NNsis::CInArchive