Home
last modified time | relevance | path

Searched defs:in_place (Results 1 – 25 of 34) sorted by relevance

12

/external/AFLplusplus/
D.custom-format.py148 in_place = False variable
150 in_place = True variable
/external/ComputeLibrary/tests/validation/fixtures/
DActivationLayerFixture.h56 …void setup(TensorShape shape, bool in_place, ActivationLayerInfo::ActivationFunction function, flo… in setup()
238 …void setup(TensorShape shape, bool in_place, ActivationLayerInfo::ActivationFunction function, flo… in setup()
249 …void setup(TensorShape shape, bool in_place, ActivationLayerInfo::ActivationFunction function, flo… in setup()
DInstanceNormalizationLayerFixture.h48 void setup(TensorShape shape, DataType data_type, DataLayout data_layout, bool in_place) in setup()
65 …orType compute_target(TensorShape shape, DataType data_type, DataLayout data_layout, bool in_place) in compute_target()
DFuseBatchNormalizationFixture.h51 …void setup(TensorShape shape_w, DataType data_type, DataLayout data_layout, bool in_place, bool wi… in setup()
64 …rget(TensorShape shape_w, DataType data_type, DataLayout data_layout, bool in_place, bool with_bia… in compute_target()
DElementwiseUnaryFixture.h127 TensorType compute_target(const TensorShape &shape, DataType data_type, bool in_place) in compute_target()
245 void setup(const TensorShape &shape, DataType data_type, bool in_place) in setup()
DMeanStdDevNormalizationLayerFixture.h72 …TensorType compute_target(TensorShape shape, DataType dt, bool in_place, float epsilon, Quantizati… in compute_target()
/external/yapf/yapf/
D__init__.py171 in_place=False, argument
224 in_place=False, argument
/external/ComputeLibrary/src/gpu/cl/kernels/
DClElementwiseKernel.cpp78 Status validate_in_place_output_shape(const bool in_place, const bool src1_in_place, const ITensorI… in validate_in_place_output_shape()
101 const bool in_place = (&src1 == &dst) || (&src2 == &dst); in validate_arguments_with_float_only_supported_rules() local
127 const bool in_place = (src1 == dst) || (src2 == dst); in validate_arguments_divide_operation() local
162 const bool in_place = (&src1 == &dst) || (&src2 == &dst); in validate_arguments_with_arithmetic_rules() local
212 const bool in_place = (&src1 == &dst) || (&src2 == &dst); in generate_build_options_with_arithmetic_rules() local
330 const bool in_place = (src_0 == dst) || (src_1 == dst); in run_op() local
DClMulKernel.cpp67 const bool in_place = (src1 == dst) || (src2 == dst); in validate_arguments() local
211 const bool in_place = (src1 == dst) || (src2 == dst); in configure() local
305 const bool in_place = (src_0 == dst) || (src_1 == dst); in run_op() local
/external/vixl/tools/
Dclang_format.py170 def ClangFormatFiles(files, clang_format, in_place = False, jobs = 1, argument
/external/libchrome/base/
Doptional.h28 constexpr in_place_t in_place = {}; variable
/external/yapf/yapf/yapflib/
Dfile_resources.py163 in_place=False): argument
Dyapf_api.py57 in_place=False, argument
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc127 bool in_place) { in DoCipher()
163 bool copy, bool in_place, size_t chunk_size, in TestOperation()
/external/libgav1/src/post_filter/
Dloop_restoration.cc34 const bool in_place = DoCdef() || thread_pool_ != nullptr; in ApplyLoopRestorationForOneRow() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_band_part_op.cc149 const bool in_place = input.data() == output.data(); in operator ()() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLDepthwiseConvolutionLayer.cpp165 const bool in_place = input == output || output == nullptr; in validate() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLDepthwiseConvolutionLayerNativeKernel.cpp50 bool in_place = false; in validate_arguments() local
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc130 bool copy, bool in_place, bool use_evp_cipher, in TestCipherAPI()
284 const EVP_CIPHER *cipher, Operation op, bool in_place, size_t chunk_size, in TestLowLevelAPI()
/external/cronet/stable/third_party/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc174 bool copy, bool in_place, bool use_evp_cipher, in TestCipherAPI()
328 const EVP_CIPHER *cipher, Operation op, bool in_place, size_t chunk_size, in TestLowLevelAPI()
/external/cronet/tot/third_party/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc174 bool copy, bool in_place, bool use_evp_cipher, in TestCipherAPI()
328 const EVP_CIPHER *cipher, Operation op, bool in_place, size_t chunk_size, in TestLowLevelAPI()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc212 bool in_place) { in MakeBroadcastTestCase()
365 const bool in_place) { in RunMultiNodeBroadcastTest()
626 const bool in_place = in_place_idx == 0; in TYPED_TEST() local
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh58 static constexpr bool in_place = true; member
212 static constexpr bool in_place = true; member
452 static constexpr bool in_place = false; member
720 static constexpr bool in_place = false; member
Dhb-aat-layout-kerx-table.hh232 static constexpr bool in_place = true; member
518 static constexpr bool in_place = true; member
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dhashed_index.hpp1482 bool in_place(node_impl_pointer x,key_param_type k,std::size_t buc)const in in_place() function in boost::multi_index::detail::hashed_index
1487 bool in_place( in in_place() function in boost::multi_index::detail::hashed_index
1500 bool in_place( in in_place() function in boost::multi_index::detail::hashed_index

12