Home
last modified time | relevance | path

Searched refs:sp_shape_d (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc684 Tensor* sp_shape_d = nullptr; in Compute() local
689 &sp_shape_d)); in Compute()
690 auto shape_t = sp_shape_d->vec<int64>(); in Compute()
699 Tensor* sp_shape_d = nullptr; in Compute() local
705 &sp_shape_d)); in Compute()
706 auto shape_t = sp_shape_d->vec<int64>(); in Compute()
809 Tensor* sp_shape_d = nullptr; in Compute() local
815 d, TensorShape({2}), &sp_shape_d)); in Compute()
816 auto shape_t = sp_shape_d->vec<int64>(); in Compute()