Searched refs:GetStagingMap (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | map_stage_op.cc | 487 Status GetStagingMap(OpKernelContext* ctx, const NodeDef& ndef, in GetStagingMap() function 517 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute() 579 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute() 640 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute() 697 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute() 762 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute() 800 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute() 841 OP_REQUIRES_OK(ctx, GetStagingMap(ctx, def(), &map)); in Compute()
|