Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
DIsCompatibleType.java7 public class IsCompatibleType<T> extends TypeSafeMatcher<Class<?>> { class
10 public IsCompatibleType(Class<T> type) { in IsCompatibleType() method in IsCompatibleType
39 return new IsCompatibleType<T>(baseType); in typeCompatibleWith()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
DIsCompatibleTypeTest.java7 import static org.hamcrest.object.IsCompatibleType.typeCompatibleWith;
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils.h32 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype);
Dproto_utils.cc30 bool IsCompatibleType(FieldDescriptor::Type field_type, DataType dtype) { in IsCompatibleType() function
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc546 proto_utils::IsCompatibleType(field_descs_[i]->type(), v.dtype()), in Compute()
Ddecode_proto_op.cc668 proto_utils::IsCompatibleType(fd->type(), output_types[field_index]), in DecodeProtoOp()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java1493 return org.hamcrest.object.IsCompatibleType.<T>typeCompatibleWith(baseType); in typeCompatibleWith()