Home
last modified time | relevance | path

Searched defs:max_values (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtest_util.cc91 const size_t max_values, in TfliteTensorDebugStringImpl()
162 const size_t max_values) { in TfliteTensorDebugString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dtf_mlir_translate_cl.cc75 opt<std::string> max_values( variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_config.cc92 absl::string_view max_values, in ParseInputNodeQuantSpecs()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels.cc503 int max_values, void* storage, in TF_OpKernelConstruction_GetAttrStringList()
545 TF_Tensor** vals, int max_values, in TF_OpKernelConstruction_GetAttrTensorList()
H A Dc_api.cc1349 int max_values, void* storage, in TF_OperationGetAttrStringList()
1461 TF_Buffer** values, int max_values, in TF_OperationGetAttrTensorShapeProtoList()
1494 TF_Tensor** values, int max_values, in TF_OperationGetAttrTensorList()
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsobjs.c827 FT_Int max_values, in ps_tofixedarray()
1454 FT_Int max_values, in ps_parser_to_fixed_array()
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Drange.rs64 pub fn max_values(&self) -> usize { in max_values() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Drange.rs64 pub fn max_values(&self) -> usize { in max_values() method
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp233 GLint max_values[] = {0, 0, 0, -1}; // Skip max_value test for boolean. in iterate() local
/aosp_15_r20/external/pciutils/
H A Dsetpci.c56 static unsigned int max_values[] = { 0, 0xff, 0xffff, 0, 0xffffffff }; variable
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp498 unsigned int max_values, in insert_result()
/aosp_15_r20/external/libcups/cups/
H A Dppd-cache.c2166 int max_values, /* I - Maximum number of finishings values */ in _ppdCacheGetFinishingValues()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Darg.rs1319 pub fn max_values(mut self, qty: usize) -> Self { in max_values() method