Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_kernels.cc232 int64 timestamp_int; in ComputeAsync() local
234 ctx, ParseScalarArgument<int64>(ctx, "timestamp", &timestamp_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()