/external/tensorflow/tensorflow/python/autograph/utils/ |
D | type_check_test.py | 23 from tensorflow.python.autograph.utils import type_check 33 self.assertTrue(type_check.is_tensor(constant_op.constant([1, 2, 3]))) 35 type_check.is_tensor(test_util.variables.Variable([1, 2, 3]))) 37 type_check.is_tensor( 39 self.assertFalse(type_check.is_tensor(3)) 40 self.assertFalse(type_check.is_tensor(numpy.eye(3)))
|
D | __init__.py | 26 from tensorflow.python.autograph.utils.type_check import is_tensor
|
D | BUILD | 30 "type_check.py",
|
/external/v8/src/compiler/ |
D | representation-change.cc | 147 if (use_info.type_check() == TypeCheckKind::kNone || in GetRepresentationFor() 164 DCHECK(use_info.type_check() == TypeCheckKind::kNone || in GetRepresentationFor() 165 use_info.type_check() == TypeCheckKind::kSignedSmall); in GetRepresentationFor() 169 DCHECK(use_info.type_check() == TypeCheckKind::kNone || in GetRepresentationFor() 170 use_info.type_check() == TypeCheckKind::kHeapObject); in GetRepresentationFor() 174 DCHECK_EQ(TypeCheckKind::kNone, use_info.type_check()); in GetRepresentationFor() 178 DCHECK_EQ(TypeCheckKind::kNone, use_info.type_check()); in GetRepresentationFor() 185 DCHECK_EQ(TypeCheckKind::kNone, use_info.type_check()); in GetRepresentationFor() 193 DCHECK_EQ(TypeCheckKind::kNone, use_info.type_check()); in GetRepresentationFor() 228 } else if (use_info.type_check() == TypeCheckKind::kSignedSmall) { in GetTaggedSignedRepresentationFor() [all …]
|
D | representation-change.h | 119 inline std::ostream& operator<<(std::ostream& os, TypeCheckKind type_check) { 120 switch (type_check) { 156 TypeCheckKind type_check = TypeCheckKind::kNone, 160 type_check_(type_check), in representation_() 246 TypeCheckKind type_check() const { return type_check_; } in type_check() function
|
D | simplified-lowering.cc | 766 use.type_check() != TypeCheckKind::kNone) { in ConvertInput()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_stream_socket.hpp | 350 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 403 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 560 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 614 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 723 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 836 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
D | basic_socket_acceptor.hpp | 1009 ASIO_ACCEPT_HANDLER_CHECK(AcceptHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 1120 ASIO_ACCEPT_HANDLER_CHECK(AcceptHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
D | basic_socket.hpp | 735 ASIO_CONNECT_HANDLER_CHECK(ConnectHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
/external/bcc/src/cc/frontends/b/ |
D | loader.cc | 56 ebpf::cc::TypeCheck type_check(parser_->scopes_.get(), proto_parser_->scopes_.get()); in parse() local 57 auto ret = type_check.visit(parser_->root_node_); in parse()
|
D | CMakeLists.txt | 15 type_check.cc ${BISON_Parser_OUTPUTS} ${FLEX_Lexer_OUTPUTS})
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | basic_resolver.hpp | 160 ResolveHandler, handler, iterator) type_check; in ASIO_INITFN_RESULT_TYPE() local 253 ResolveHandler, handler, iterator) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | io_service.hpp | 75 ASIO_COMPLETION_HANDLER_CHECK(CompletionHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 92 ASIO_COMPLETION_HANDLER_CHECK(CompletionHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
D | connect.hpp | 326 ComposedConnectHandler, handler, Iterator) type_check; in ASIO_INITFN_RESULT_TYPE() local 352 ComposedConnectHandler, handler, Iterator) type_check; in ASIO_INITFN_RESULT_TYPE() local 378 ComposedConnectHandler, handler, Iterator) type_check; in ASIO_INITFN_RESULT_TYPE() local 404 ComposedConnectHandler, handler, Iterator) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
D | read.hpp | 458 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 482 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
D | write.hpp | 531 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local 555 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
|
/external/boringssl/src/crypto/err/ |
D | err_data_generate.go | 272 #include <openssl/type_check.h>
|
/external/grpc-grpc/templates/src/objective-c/ |
D | BoringSSL-GRPC.podspec.template | 226 #include <openssl/type_check.h>
|
/external/grpc-grpc/src/objective-c/ |
D | BoringSSL-GRPC.podspec | 221 #include <openssl/type_check.h>
|
/external/grpc-grpc/ |
D | grpc.gemspec | 936 s.files += %w( third_party/boringssl/include/openssl/type_check.h )
|