Searched defs:Compatible (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
H A Dkernel.h642 // ...::Compatible<const perftools::gputools::DeviceMemory<OneThing> &,
652 static constexpr bool Compatible() { function in struct:perftools::gputools::KernelInvocationChecker
679 return Compatible<ParamT, ArgT, kShouldStaticAssert, kArgumentNumber>() &&
/external/tensorflow/tensorflow/contrib/eager/python/
H A Dnetwork_test.py398 class Compatible(network.Network): class in function:NetworkTest.testDefaultMapCollisionErrors
401 super(Compatible, self).__init__(name=name)
407 successful_checkpoint = Compatible()
/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.cc615 /* static */ bool ShapeUtil::Compatible(const Shape& lhs, const Shape& rhs) { function in class:ShapeUtil
618 ContainersEqual(lhs.tuple_shapes(), rhs.tuple_shapes(), Compatible);
/external/clang/include/clang/Sema/
H A DSema.h8615 /// Compatible - the types are compatible according to the standard.
8616 Compatible, enumerator in enum:clang::Sema::AssignConvertType

Completed in 464 milliseconds