Searched refs:ckpt_path_t (Results 1 – 1 of 1) sorted by relevance
124 const Tensor* ckpt_path_t; in Compute() local125 OP_REQUIRES_OK(context, context->input("ckpt_path", &ckpt_path_t)); in Compute()126 const string& ckpt_path = ckpt_path_t->scalar<tstring>()(); in Compute()