Home
last modified time | relevance | path

Searched defs:max_results (Results 1 – 16 of 16) sorted by relevance

/external/python/python-api-core/google/api_core/
Dpage_iterator.py164 max_results=None, argument
335 max_results=None, argument
458 def __init__(self, client, page_iter, item_to_value, max_results=None): argument
524 max_results=None, argument
Dpage_iterator_async.py101 max_results=None, argument
240 max_results=None, argument
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dobject_detector_options.proto41 optional int32 max_results = 3 [default = -1]; field
Dimage_classifier_options.proto43 optional int32 max_results = 2 [default = -1]; field
/external/libtextclassifier/native/lang_id/
Dlang-id-wrapper.cc68 const int max_results = in GetPredictions() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/channelz/
Dchannelz.proto452 int64 max_results = 2; field
477 int64 max_results = 2; field
514 int64 max_results = 3; field
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.cc458 const int max_results = options_->max_results() > 0 in Postprocess() local
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/
Dimage_classifier_jni.cc66 jint max_results = env->CallIntMethod(java_options, max_results_id); in ConvertToProtoOptions() local
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/
Dobject_detector_jni.cc65 jint max_results = env->CallIntMethod(java_options, max_results_id); in ConvertToProtoOptions() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz_registry.cc217 intptr_t max_results) { in grpc_channelz_get_server_sockets()
Dchannelz.cc283 intptr_t max_results) { in RenderServerSockets()
/external/python/python-api-core/tests/unit/
Dtest_page_iterator.py463 def test_page_size_items(self, page_size, max_results, pages): argument
/external/icing/proto/icing/proto/
Dsearch.proto167 optional int32 max_results = 2; field
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc752 GCSFile* gcs_file, std::string dir, uint64_t max_results, bool recursive, in GetChildrenBounded()
/external/freetype/src/sfnt/
Dttcmap.c2964 FT_UInt32 max_results; member
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1675 uint64 max_results, in GetChildrenBounded()