Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc71 OP_REQUIRES_OK(ctx, GetInputListKeys(ctx, "dense_keys", &dense_keys_t)); in Compute()
72 OP_REQUIRES_OK(ctx, GetInputListKeys(ctx, "sparse_keys", &sparse_keys_t)); in Compute()
114 Status GetInputListKeys(OpKernelContext* ctx, StringPiece input_name, in GetInputListKeys() function in tensorflow::ParseExampleOp