Searched refs:from_sparse (Results 1 – 6 of 6) sorted by relevance
40 rt = RaggedTensor.from_sparse(st)49 rt = RaggedTensor.from_sparse(st)56 RaggedTensor.from_sparse, st1)61 RaggedTensor.from_sparse, st2)69 RaggedTensor.from_sparse, st3)83 RaggedTensor.from_sparse(st1)84 RaggedTensor.from_sparse(st2)97 self.evaluate(RaggedTensor.from_sparse(st1))103 self.evaluate(RaggedTensor.from_sparse(st2))109 self.evaluate(RaggedTensor.from_sparse(st3))
43 def from_sparse(st_input, name=None): function44 return ragged_tensor.RaggedTensor.from_sparse(st_input, name)
289 t2 = ragged_tensor.RaggedTensor.from_sparse(s)
1308 def from_sparse(cls, st_input, name=None): member in RaggedTensor
75 name: "from_sparse"