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

  /external/tensorflow/tensorflow/compiler/xla/
layout_util_test.cc 455 Shape sub_1 = ShapeUtil::MakeTupleShape({sub_1_1, sub_1_2}); local
459 Shape shape = ShapeUtil::MakeTupleShape({sub_1, sub_2});
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 203 /// sub_1 - This function subtracts a single "digit" (64-bit word), y, from
209 static bool sub_1(uint64_t x[], unsigned len, uint64_t y) { function
228 sub_1(pVal, getNumWords(), 1);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 212 static bool sub_1(uint64_t x[], unsigned len, uint64_t y) { function
231 sub_1(pVal, getNumWords(), 1);
506 sub_1(Result.pVal, getNumWords(), RHS);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 212 static bool sub_1(uint64_t x[], unsigned len, uint64_t y) { function
231 sub_1(pVal, getNumWords(), 1);
301 sub_1(pVal, getNumWords(), RHS);
    [all...]
  /external/tensorflow/tensorflow/compiler/xrt/tests/
raw_api_test.cc 589 auto sub_1 = ops::XRTSubTuple(root, base_handle, index_1); local
592 {sub_0.output_handle.op(), sub_1.output_handle.op()}),
595 auto value_1 = ops::XRTReadLiteralAndRelease(root, sub_1);
    [all...]

Completed in 1498 milliseconds