Home
last modified time | relevance | path

Searched defs:set_options (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dsparse_csr_matrix_ops_test.cc108 auto set_options = [&op](bool transpose_a, bool transpose_b, bool adjoint_a, in TEST() local
232 auto set_options = [&op](bool transpose_a, bool transpose_b, bool adjoint_a, in TEST() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesm.h120 inline void set_options (Item_Options opts) { in set_options() function
459 inline void set_options (Menu_Options opts) { in set_options() function
Dcursesf.h282 inline void set_options (Field_Options opts) { in set_options() function
577 inline void set_options (Form_Options opts) { in set_options() function
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv4_header.rs365 pub fn set_options(&mut self, data: &[u8]) -> Result<(), err::ipv4::BadOptionsLen> { in set_options() method
1042 fn set_options() { in set_options() function
/aosp_15_r20/external/llvm/bindings/python/llvm/
H A Ddisassembler.py144 def set_options(self, options): member in Disassembler
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dtype_pb.rs137 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
581 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
1163 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
1499 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
Dapi.rs113 pub fn set_options(&mut self, v: crate::RepeatedField<crate::well_known_types::Option>) { in set_options() method
609 pub fn set_options(&mut self, v: crate::RepeatedField<crate::well_known_types::Option>) { in set_options() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/train/optim/
H A Dsgd.cpp24 void SGDParamGroup::set_options(std::unique_ptr<SGDOptions> options) { in set_options() function in torch::jit::mobile::SGDParamGroup
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_widget_info.cc148 void FormWidgetInfo::set_options(const vector<Option>& options) { in set_options() function in pdfClient::FormWidgetInfo
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/
H A Doptimizer.cpp27 void OptimizerParamGroup::set_options( in set_options() function in torch::optim::OptimizerParamGroup
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_tokenizer.h167 void set_options(int options) { options_ = options; } in set_options() function
/aosp_15_r20/external/executorch/extension/training/optimizer/
H A Dsgd.cpp65 void SGDParamGroup::set_options(std::unique_ptr<SGDOptions> options) { in set_options() function in executorch::extension::training::optimizer::SGDParamGroup
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dstring_tokenizer.h117 void set_options(int options) { options_ = options; } in set_options() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dstring_tokenizer.h117 void set_options(int options) { options_ = options; } in set_options() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_tokenizer.h114 void set_options(int options) { options_ = options; } in set_options() function
/aosp_15_r20/external/toybox/toys/pending/
H A Dstty.c241 static void set_options(struct termios* new, ...) in set_options() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_common_zero_gen_headers/gen/external/perfetto/protos/perfetto/common/
Ddescriptor.pbzero.h382 template <typename T = OneofOptions> T* set_options() { in set_options() function
620 template <typename T = FieldOptions> T* set_options() { in set_options() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_common_zero_gen_headers/gen/external/perfetto/protos/perfetto/common/
H A Ddescriptor.pbzero.h382 template <typename T = OneofOptions> T* set_options() { in set_options() function
620 template <typename T = FieldOptions> T* set_options() { in set_options() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs487 pub fn set_options(&mut self, v: FileOptions) { in set_options() method
1133 pub fn set_options(&mut self, v: MessageOptions) { in set_options() method
1591 pub fn set_options(&mut self, v: ExtensionRangeOptions) { in set_options() method
2439 pub fn set_options(&mut self, v: FieldOptions) { in set_options() method
2989 pub fn set_options(&mut self, v: OneofOptions) { in set_options() method
3246 pub fn set_options(&mut self, v: EnumOptions) { in set_options() method
3804 pub fn set_options(&mut self, v: EnumValueOptions) { in set_options() method
4078 pub fn set_options(&mut self, v: ServiceOptions) { in set_options() method
4406 pub fn set_options(&mut self, v: MethodOptions) { in set_options() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_init.c2024 static int set_options(ares_channel channel, const char *str) in set_options() function
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_header.rs188 pub fn set_options( in set_options() method
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.h1078 void set_options(const Options& options) { options_ = options; } in set_options() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs739 pub fn set_options(&mut self, opts: u32) { in set_options() method
/aosp_15_r20/external/rust/crates/quiche/src/
Dtls.rs739 pub fn set_options(&mut self, opts: u32) { in set_options() method
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm_oop.i919 void set_options( enum x86_options options ) { in set_options() function

12