Home
last modified time | relevance | path

Searched refs:type_check (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/utils/
Dtype_check_test.py23 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__.py26 from tensorflow.python.autograph.utils.type_check import is_tensor
DBUILD30 "type_check.py",
/external/v8/src/compiler/
Drepresentation-change.cc147 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 …]
Drepresentation-change.h119 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
Dsimplified-lowering.cc766 use.type_check() != TypeCheckKind::kNone) { in ConvertInput()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp350 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
Dbasic_socket_acceptor.hpp1009 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
Dbasic_socket.hpp735 ASIO_CONNECT_HANDLER_CHECK(ConnectHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE() local
/external/bcc/src/cc/frontends/b/
Dloader.cc56 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()
DCMakeLists.txt15 type_check.cc ${BISON_Parser_OUTPUTS} ${FLEX_Lexer_OUTPUTS})
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver.hpp160 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/
Dio_service.hpp75 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
Dconnect.hpp326 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
Dread.hpp458 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
Dwrite.hpp531 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/
Derr_data_generate.go272 #include <openssl/type_check.h>
/external/grpc-grpc/templates/src/objective-c/
DBoringSSL-GRPC.podspec.template226 #include <openssl/type_check.h>
/external/grpc-grpc/src/objective-c/
DBoringSSL-GRPC.podspec221 #include <openssl/type_check.h>
/external/grpc-grpc/
Dgrpc.gemspec936 s.files += %w( third_party/boringssl/include/openssl/type_check.h )