Home
last modified time | relevance | path

Searched defs:add_input (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dnode_def.pb.h796 inline std::string* NodeDef::add_input() { in add_input() function
833 inline void NodeDef::add_input(const std::string& value) { in add_input() function
837 inline void NodeDef::add_input(std::string&& value) { in add_input() function
841 inline void NodeDef::add_input(const char* value) { in add_input() function
846 inline void NodeDef::add_input(const char* value, size_t size) { in add_input() function
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddtensor_allreduce_sum_optimization.cc265 mlir::OpOperand** add_input) { in CheckWhileLoopOptimizationCriteria()
368 mlir::TF::WhileRegionOp while_op, mlir::OpOperand& add_input, in ExtractAllReduceFromWhileOp()
428 mlir::OpOperand* add_input = nullptr; in OptimizeWhileLoopLazyAllReduce() local
/aosp_15_r20/external/mbedtls/library/
H A Dctr_drbg.c298 unsigned char add_input[MBEDTLS_CTR_DRBG_SEEDLEN]; in mbedtls_ctr_drbg_update() local
488 unsigned char add_input[MBEDTLS_CTR_DRBG_SEEDLEN]; in mbedtls_ctr_drbg_random_with_add() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dctr_drbg.c415 unsigned char add_input[MBEDTLS_CTR_DRBG_SEEDLEN]; in mbedtls_ctr_drbg_update() local
617 unsigned char add_input[MBEDTLS_CTR_DRBG_SEEDLEN]; in mbedtls_ctr_drbg_random_with_add() member
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp446 ir_variable *add_input(int slot, const glsl_type *type, int precision, in add_input() function in __anon6969ef750111::builtin_variable_generator
453 ir_variable *add_input(int slot, const glsl_type *type, const char *name, in add_input() function in __anon6969ef750111::builtin_variable_generator
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsignature_runner_test.cc60 TfLiteTensor* add_input = add_runner->input_tensor("x"); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_signature_runner_test.cc72 TfLiteTensor* add_input = in TEST() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/crypto/caam/src/
Drng.c129 hw_rng_generate(uint32_t *add_input, uint32_t add_input_len, in hw_rng_generate()
/aosp_15_r20/external/arm-trusted-firmware/drivers/nxp/crypto/caam/src/
H A Drng.c129 hw_rng_generate(uint32_t *add_input, uint32_t add_input_len, in hw_rng_generate()
/aosp_15_r20/external/pytorch/torch/utils/
H A Dthroughput_benchmark.py111 def add_input(self, *args, **kwargs): member in ThroughputBenchmark
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability.cc120 const auto add_input = [&channel_group, &inputs](HloInstruction* input) { in Build() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DFunctionHelpers.h591 … typename TargetInfo::TensorType *add_input = get_backing_tensor<TargetInfo>(node.input(3)); in create_fused_convolution_with_post_op() local
684 … typename TargetInfo::TensorType *add_input = get_backing_tensor<TargetInfo>(node.input(3)); in create_fused_convolution_batch_normalization_with_post_op() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h169 void add_input(const ShaderInput& input) { m_inputs[input.location()] = input; } in add_input() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.h213 void add_input(std::shared_ptr<Node> node) TF_LOCKS_EXCLUDED(mu_) { in add_input() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dop_hint.py383 def add_input(self, *args, **kwargs): member in OpHint
/aosp_15_r20/bootable/libbootloader/gbl/libfastboot/src/
H A Dlib.rs1247 fn add_input(&mut self, packet: &[u8]) { in add_input() method
1279 fn add_input(&mut self, data: &[u8]) { in add_input() method
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.h798 TensorIteratorConfig& add_input(const TensorBase& input) { in add_input() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py370 def add_input(name): function
/aosp_15_r20/external/executorch/exir/serde/
H A Dexport_serialize.py2549 def add_input(a): function
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py2541 def add_input(a): function
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c341 static void add_input(const char *file) in add_input() function