Searched refs:GetInputListKeys (Results 1 – 1 of 1) sorted by relevance
71 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