HomeSort by relevance Sort by last modified time
    Searched defs:ToInt64 (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
datapiece.cc 139 StatusOr<int64> DataPiece::ToInt64() const {
  /external/tensorflow/tensorflow/compiler/jit/
increase_dynamism_for_auto_jit_pass_test.cc 190 int64 ToInt64(int v) { return static_cast<int64>(v); }
201 ops::Const(root.WithOpName("size"), {ToInt64(-1), ToInt64(500)});
304 auto ToInt64 = [](int v) { return static_cast<int64>(v); };
317 ops::Const(root.WithOpName("size"), {{ToInt64(-1)}, {ToInt64(500)}});
380 ops::Const(root.WithOpName("size"), {ToInt64(-1), ToInt64(200)});

Completed in 443 milliseconds