Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc124 const Tensor* ckpt_path_t; in Compute() local
125 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()