| /external/AFLplusplus/ |
| D | .custom-format.py | 133 in_place = False variable 135 in_place = True variable
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | ActivationLayerFixture.h | 56 …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()
|
| D | InstanceNormalizationLayerFixture.h | 48 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()
|
| D | FuseBatchNormalizationFixture.h | 51 …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()
|
| D | ElementwiseUnaryFixture.h | 127 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()
|
| D | MeanStdDevNormalizationLayerFixture.h | 72 …TensorType compute_target(TensorShape shape, DataType dt, bool in_place, float epsilon, Quantizati… in compute_target()
|
| /external/yapf/yapf/ |
| D | __init__.py | 159 in_place=False, argument 211 in_place=False, argument
|
| /external/ComputeLibrary/src/gpu/cl/kernels/ |
| D | ClElementwiseKernel.cpp | 78 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
|
| D | ClMulKernel.cpp | 67 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/ |
| D | clang_format.py | 152 def ClangFormatFiles(files, clang_format, in_place = False, jobs = 1, argument
|
| /external/libchrome/base/ |
| D | optional.h | 28 constexpr in_place_t in_place = {}; variable
|
| /external/yapf/yapf/yapflib/ |
| D | file_resources.py | 169 in_place=False): argument
|
| D | yapf_api.py | 62 in_place=False, argument
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
| D | cipher_test.cc | 127 bool in_place) { in DoCipher() 163 bool copy, bool in_place, size_t chunk_size, in TestOperation()
|
| /external/cronet/third_party/boringssl/src/crypto/cipher_extra/ |
| D | cipher_test.cc | 173 bool copy, bool in_place, bool use_evp_cipher, in TestCipherAPI() 326 const EVP_CIPHER *cipher, Operation op, bool in_place, size_t chunk_size, in TestLowLevelAPI()
|
| /external/boringssl/src/crypto/cipher_extra/ |
| D | cipher_test.cc | 173 bool copy, bool in_place, bool use_evp_cipher, in TestCipherAPI() 326 const EVP_CIPHER *cipher, Operation op, bool in_place, size_t chunk_size, in TestLowLevelAPI()
|
| /external/libgav1/src/post_filter/ |
| D | loop_restoration.cc | 30 const bool in_place = DoCdef() || thread_pool_ != nullptr; in ApplyLoopRestorationForOneRow() local
|
| /external/tensorflow/tensorflow/core/kernels/linalg/ |
| D | matrix_band_part_op.cc | 149 const bool in_place = input.data() == output.data(); in operator ()() local
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLDepthwiseConvolutionLayer.cpp | 165 const bool in_place = input == output || output == nullptr; in validate() local
|
| /external/harfbuzz_ng/src/ |
| D | hb-aat-layout-morx-table.hh | 58 static constexpr bool in_place = true; member 206 static constexpr bool in_place = true; member 435 static constexpr bool in_place = false; member 672 static constexpr bool in_place = false; member
|
| D | hb-aat-layout-kerx-table.hh | 213 static constexpr bool in_place = true; member 466 static constexpr bool in_place = true; member
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 50 bool in_place = false; in validate_arguments() local
|
| /external/tensorflow/tensorflow/core/nccl/ |
| D | nccl_manager_test.cc | 212 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/openthread/src/lib/spinel/ |
| D | spinel.c | 340 static spinel_ssize_t spinel_datatype_vunpack_(bool in_place, in spinel_datatype_vunpack_()
|
| /external/rust/crates/serde_derive/src/ |
| D | de.rs | 3058 fn in_place(self) -> InPlaceImplGenerics<'a> { in in_place() method 3115 fn in_place(self) -> InPlaceTypeGenerics<'a> { in in_place() method
|