Home
last modified time | relevance | path

Searched refs:wrapper_type (Results 1 – 10 of 10) sorted by relevance

/external/zlib/google/
Dcompression_utils_portable.cc79 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()
Dcompression_utils_portable.h41 int CompressHelper(WrapperType wrapper_type,
55 int UncompressHelper(WrapperType wrapper_type,
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Drnn_cell_test.py2888 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/
Dstatic_lexer.hpp228 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()
Dlexer.hpp301 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/
Dany_iterator.hpp492 >::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/
Dgrpc_helpers_async.py171 def _wrap_stream_errors(callable_, wrapper_type): argument
177 call = wrapper_type().with_call(call)
/external/tflite-support/tensorflow_lite_support/codegen/
Dandroid_java_generator.cc147 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()
Dandroid_java_generator.h40 std::string wrapper_type; member
/external/sdv/vsomeip/third_party/boost/thread/doc/
Dcompliance.qbk227 …[[VI.A] [Executor Concept] [Yes] [ `wrapper_type` renamed by `work` and `spawn by `submit` ]]