Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dparse_tensor_op.cc42 auto serialized_t = serialized.scalar<string>(); in Compute() local
45 OP_REQUIRES(ctx, ParseProtoUnlimited(&proto, serialized_t()), in Compute()
48 serialized_t(), "'")); in Compute()
Dexample_parsing_ops.cc135 auto serialized_t = serialized->flat<string>(); in Compute() local
137 gtl::ArraySlice<string> slice(serialized_t.data(), serialized_t.size()); in Compute()
355 auto serialized_t = serialized->flat<string>(); in Compute() local
357 gtl::ArraySlice<string> slice(serialized_t.data(), serialized_t.size()); in Compute()
402 lengths_shape.AddDim(serialized_t.size()); in Compute()
564 auto serialized_t = serialized->scalar<string>(); in Compute() local
604 const size_t block_size = serialized_t().size() * 1.1; in Compute()
611 ctx, ParseProtoUnlimited(&ex, serialized_t()), in Compute()
613 serialized_t(), "'")); in Compute()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc273 auto serialized_t = t.flat<string>(); in MapFunc() local
274 gtl::ArraySlice<string> slice(serialized_t.data(), in MapFunc()
275 serialized_t.size()); in MapFunc()