Home
last modified time | relevance | path

Searched defs:CanMove (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_tensor.cc202 bool TensorInterface::CanMove() const { in CanMove() function in tensorflow::TensorInterface
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp778 bool CanMove = SameBlock && IsSafeToMove(Def, Insert, AA, LIS, MRI) && in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp857 bool CanMove = SameBlock && isSafeToMove(Def, Insert, AA, MRI) && in runOnMachineFunction() local
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc335 bool TensorInterface::CanMove() const { in CanMove() function in tfrt::tf::TensorInterface