Searched defs:SparseToDense (Results 1 – 6 of 6) sorted by relevance
96 class SparseToDense : public OpKernel { class98 explicit SparseToDense(OpKernelConstruction* context) : OpKernel(context) { in SparseToDense() function in tensorflow::SparseToDense
348 TfLiteStatus FormatConverter<T>::SparseToDense(const T* src_data) { in SparseToDense() function in tflite::internal::sparsity::FormatConverter361 TfLiteStatus FormatConverter<T>::SparseToDense(const T* src_data, in SparseToDense() function in tflite::internal::sparsity::FormatConverter
803 inline void SparseToDense(const std::vector<std::vector<TI>>& indices, in SparseToDense() function
1134 inline void SparseToDense(const std::vector<std::vector<TI>>& indices, in SparseToDense() function
1320 class SparseToDense class
46721 func SparseToDense(scope *Scope, sparse_indices tf.Output, output_shape tf.Output, sparse_values tf… func