Searched refs:wrapper_type (Results 1 – 10 of 10) sorted by relevance
/external/zlib/google/ |
D | compression_utils_portable.cc | 79 int CompressHelper(WrapperType wrapper_type, in CompressHelper() argument 130 ZlibStreamWrapperType(wrapper_type), kZlibMemoryLevel, in CompressHelper() 138 if (wrapper_type == GZIP) { in CompressHelper() 167 int UncompressHelper(WrapperType wrapper_type, in UncompressHelper() argument 188 int err = inflateInit2(&stream, ZlibStreamWrapperType(wrapper_type)); in UncompressHelper()
|
D | compression_utils_portable.h | 41 int CompressHelper(WrapperType wrapper_type, 55 int UncompressHelper(WrapperType wrapper_type,
|
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
D | rnn_cell_test.py | 2888 for wrapper_type in [ 2893 wrapper = wrapper_type(cell) 2907 wrapper_type = rnn_cell_impl.ResidualWrapper 2914 wrapper_object = wrapper_type(base_cell) 2930 wrapper_type = rnn_cell_impl.ResidualWrapper 2942 g_res, m_new_res = wrapper_type( 2953 wrapper_type = rnn_cell_impl.DeviceWrapper 2957 wrapped_cell = wrapper_type(cell, "/cpu:0") 3177 wrapper_type=None, argument 3195 cell=wrapper_type( [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/ |
D | static_lexer.hpp | 228 typedef typename Functor::wrap_action_type wrapper_type; in add_action() typedef 229 actions_.add_action(unique_id, state, wrapper_type::call(act)); in add_action()
|
D | lexer.hpp | 301 typedef typename Functor::wrap_action_type wrapper_type; in add_action() typedef 311 actions_.add_action(unique_id + j, s.second, wrapper_type::call(act)); in add_action() 315 actions_.add_action(unique_id, state, wrapper_type::call(act)); in add_action()
|
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
D | any_iterator.hpp | 492 >::type wrapper_type; in any_iterator() typedef 494 void* ptr = m_buffer.allocate(sizeof(wrapper_type)); in any_iterator() 495 m_impl = new(ptr) wrapper_type(wrapped_iterator); in any_iterator()
|
/external/python/python-api-core/google/api_core/ |
D | grpc_helpers_async.py | 171 def _wrap_stream_errors(callable_, wrapper_type): argument 177 call = wrapper_type().with_call(call)
|
/external/tflite-support/tensorflow_lite_support/codegen/ |
D | android_java_generator.cc | 147 tensor_info.wrapper_type = "TensorImage"; in CreateTensorInfo() 159 tensor_info.wrapper_type = "TensorBuffer"; in CreateTensorInfo() 195 model_info.inputs[i].wrapper_type + " " + model_info.inputs[i].name; in CreateModelInfo() 219 code_writer->SetTokenValue("WRAPPER_TYPE", tensor_info.wrapper_type); in SetCodeWriterWithTensorInfo() 220 std::string wrapper_name = tensor_info.wrapper_type; in SetCodeWriterWithTensorInfo()
|
D | android_java_generator.h | 40 std::string wrapper_type; member
|
/external/sdv/vsomeip/third_party/boost/thread/doc/ |
D | compliance.qbk | 227 …[[VI.A] [Executor Concept] [Yes] [ `wrapper_type` renamed by `work` and `spawn by `submit` ]]
|