Searched refs:timestamp_int (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/bigtable/kernels/ |
D | bigtable_kernels.cc | 232 int64 timestamp_int; in ComputeAsync() local 234 ctx, ParseScalarArgument<int64>(ctx, "timestamp", ×tamp_int), in ComputeAsync() 236 OP_REQUIRES_ASYNC(ctx, timestamp_int >= -1, in ComputeAsync() 260 timestamp_int, &mutation), in ComputeAsync() 313 const std::vector<string>& columns, int64 timestamp_int, in CreateMutation() argument 321 std::chrono::milliseconds timestamp(timestamp_int); in CreateMutation() 326 if (timestamp_int == -1) { in CreateMutation()
|