Home
last modified time | relevance | path

Searched defs:SparseToDense (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_to_dense_op.cc44 class SparseToDense : public OpKernel { class
46 explicit SparseToDense(OpKernelConstruction* context) : OpKernel(context) { in SparseToDense() function in tensorflow::SparseToDense
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1613 class SparseToDense class
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h1040 inline void SparseToDense(const std::vector<std::vector<TI>>& indices, in SparseToDense() function
Dreference_ops.h4364 inline void SparseToDense(const std::vector<std::vector<TI>>& indices, in SparseToDense() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go10389 func SparseToDense(scope *Scope, sparse_indices tf.Output, output_shape tf.Output, sparse_values tf… func