Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/dtensor/mlir/
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
/external/tensorflow/tensorflow/lite/
Dsignature_runner_test.cc60 TfLiteTensor* add_input = add_runner->input_tensor("x"); in TEST() local
/external/tensorflow/tensorflow/lite/c/
Dc_api_signature_runner_test.cc72 TfLiteTensor* add_input = in TEST() local
/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()
/external/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()
/external/pytorch/torch/utils/
Dthroughput_benchmark.py111 def add_input(self, *args, **kwargs): member in ThroughputBenchmark
/external/mbedtls/library/
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
/external/openthread/third_party/mbedtls/repo/library/
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
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc120 const auto add_input = [&channel_group, &inputs](HloInstruction* input) { in Build() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp445 ir_variable *add_input(int slot, const glsl_type *type, int precision, in add_input() function in __anonf3ed39f50111::builtin_variable_generator
452 ir_variable *add_input(int slot, const glsl_type *type, const char *name, in add_input() function in __anonf3ed39f50111::builtin_variable_generator
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h169 void add_input(const ShaderInput& input) { m_inputs[input.location()] = input; } in add_input() function
/external/tensorflow/tensorflow/core/framework/
Dmodel.h213 void add_input(std::shared_ptr<Node> node) TF_LOCKS_EXCLUDED(mu_) { in add_input() function
/external/ComputeLibrary/arm_compute/graph/backends/
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
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py383 def add_input(self, *args, **kwargs): member in OpHint
/external/pytorch/aten/src/ATen/
DTensorIterator.h798 TensorIteratorConfig& add_input(const TensorBase& input) { in add_input() function
/external/pytorch/torch/_inductor/
Dselect_algorithm.py370 def add_input(name): function
/external/executorch/exir/serde/
Dexport_serialize.py2549 def add_input(a): function
/external/pytorch/torch/_export/serde/
Dserialize.py2541 def add_input(a): function
/external/trace-cmd/tracecmd/
Dtrace-read.c347 static struct input_files *add_input(const char *file) in add_input() function