Home
last modified time | relevance | path

Searched defs:serialized_t (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc381 Status InitFromTensor(const Tensor* serialized_t) { in InitFromTensor()
1089 Tensor* serialized_t; in Compute() local
1105 const Tensor* serialized_t; in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dexample_parsing_ops.cc246 auto serialized_t = serialized->flat<tstring>(); in ParseExampleVector() local
467 auto serialized_t = serialized->flat<tstring>(); in Compute() local
923 auto serialized_t = serialized->scalar<tstring>(); in Compute() local
H A Dparse_tensor_op.cc42 auto serialized_t = serialized.scalar<tstring>(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dparse_example_dataset_op.cc655 auto serialized_t = t.flat<tstring>(); in ParseExample() local