/external/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 37 def _ArgMaxGrad(op, grad): argument 43 def _ArgMinGrad(op, grad): argument 49 def _EuclideanNormGrad(op, grad): argument 142 def _SumGrad(op, grad): argument 213 def _MinOrMaxGrad(op, grad): argument 235 def _MaxGrad(op, grad): argument 241 def _MinGrad(op, grad): argument 246 def _MeanGrad(op, grad): argument 266 def _ProdGrad(op, grad): argument 315 def _SegmentSumGrad(op, grad): argument [all …]
|
D | nn_grad.py | 31 def _Conv2DBackpropInputGrad(op, grad): argument 68 def _Conv2DBackpropFilterGrad(op, grad): argument 95 def _DepthwiseConv2dNativeBackpropInputGrad(op, grad): argument 128 def _DepthwiseConv2dNativeBackpropFilterGrad(op, grad): argument 151 def _Conv3DGrad(op, grad): argument 174 def _Conv3DBackpropInputGrad(op, grad): argument 197 def _Conv3DBackpropFilterGrad(op, grad): argument 219 def _AvgPool3DGrad(op, grad): argument 230 def _AvgPool3DGradGrad(op, grad): argument 241 def _MaxPool3DGrad(op, grad): argument [all …]
|
D | array_grad.py | 38 def _PackGrad(op, grad): argument 44 def _UnpackGrad(op, *grads): argument 49 def _ConcatGradHelper(op, grad, start_value_index, end_value_index, dim_index): argument 216 def _ConcatGrad(op, grad): argument 226 def _ConcatGradV2(op, grad): argument 235 def _SliceGrad(op, grad): argument 263 def _StridedSliceGrad(op, grad): argument 298 def _StridedSliceGradGrad(op, grad): argument 317 def _TensorStridedSliceUpdateGrad(op, grad): # pylint:disable=missing-function-docstring argument 352 def _SplitGrad(op, *grads): argument [all …]
|
D | control_flow_util.py | 54 def IsInXLAContext(op): argument 78 def IsInWhileLoop(op): argument 83 def IsInCond(op): argument 88 def IsSwitch(op): argument 93 def IsMerge(op): argument 98 def IsLoopEnter(op): argument 103 def IsLoopExit(op): argument 108 def IsCondSwitch(op): argument 129 def IsCondMerge(op): argument 146 def IsLoopSwitch(op): argument [all …]
|
D | sparse_grad.py | 31 def _SparseReorderGrad(op, unused_output_indices_grad, output_values_grad): argument 59 def _SparseAddGrad(op, *grads): argument 93 def _SparseTensorDenseAddGrad(op, out_grad): argument 100 def _SparseReduceSumGrad(op, out_grad): argument 113 def _SparseSliceGrad(op, *grads): argument 142 def _SparseTensorDenseMatMulGrad(op, grad): argument 237 def _SparseDenseCwiseMulOrDivGrad(op, grad, is_mul): argument 272 def _SparseDenseCwiseMulGrad(op, grad): argument 278 def _SparseDenseCwiseDivGrad(op, grad): argument 284 def _SparseSoftmaxGrad(op, grad): argument [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_128_avx512_core.inl | 36 #define SIMD_WRAPPER_1_(op, intrin, mask) \ argument 41 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, op, __mmask16(0xf)) argument 43 #define SIMD_WRAPPER_1I_(op, intrin, mask) \ argument 49 #define SIMD_WRAPPER_1I(op) SIMD_WRAPPER_1I_(op, op, __mmask16(0xf)) argument 51 #define SIMD_WRAPPER_2_(op, intrin, mask) \ argument 56 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op, __mmask16(0xf)) argument 58 #define SIMD_WRAPPER_2I(op) \ argument 65 #define SIMD_WRAPPER_3_(op, intrin, mask) \ argument 70 #define SIMD_WRAPPER_3(op) SIMD_WRAPPER_3_(op, op, __mmask16(0xf)) argument 72 #define SIMD_DWRAPPER_1_(op, intrin, mask) \ argument [all …]
|
D | simdlib_512_avx512_core.inl | 32 #define SIMD_WRAPPER_1_(op, intrin) \ argument 35 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, _mm512_##op) argument 37 #define SIMD_WRAPPER_2_(op, intrin) \ argument 39 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op) argument 41 #define SIMD_WRAPPERI_2_(op, intrin) \ argument 48 #define SIMD_DWRAPPER_2(op) \ argument 51 #define SIMD_WRAPPER_2I_(op, intrin) \ argument 57 #define SIMD_WRAPPER_2I(op) SIMD_WRAPPER_2I_(op, op) argument 59 #define SIMD_DWRAPPER_2I_(op, intrin) \ argument 65 #define SIMD_DWRAPPER_2I(op) SIMD_DWRAPPER_2I_(op, op) argument [all …]
|
D | simdlib_512_avx512_knights.inl | 32 #define SIMD_WRAPPER_1_(op, intrin) \ argument 35 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, _mm512_##op) argument 37 #define SIMD_WRAPPER_2_(op, intrin) \ argument 39 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op) argument 41 #define SIMD_WRAPPERI_2_(op, intrin) \ argument 48 #define SIMD_DWRAPPER_2(op) \ argument 51 #define SIMD_WRAPPER_2I_(op, intrin) \ argument 57 #define SIMD_WRAPPER_2I(op) SIMD_WRAPPER_2I_(op, op) argument 59 #define SIMD_DWRAPPER_2I_(op, intrin) \ argument 65 #define SIMD_DWRAPPER_2I(op) SIMD_DWRAPPER_2I_(op, op) argument [all …]
|
D | simdlib_512_avx512.inl | 52 #define SIMD_WRAPPER_1_(op, intrin) \ argument 55 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, _mm512_##op) argument 57 #define SIMD_WRAPPER_2_(op, intrin) \ argument 59 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op) argument 61 #define SIMD_WRAPPERI_2_(op, intrin) \ argument 68 #define SIMD_DWRAPPER_2(op) \ argument 71 #define SIMD_WRAPPER_2I_(op, intrin) \ argument 77 #define SIMD_WRAPPER_2I(op) SIMD_WRAPPER_2I_(op, op) argument 79 #define SIMD_DWRAPPER_2I_(op, intrin) \ argument 85 #define SIMD_DWRAPPER_2I(op) SIMD_DWRAPPER_2I_(op, op) argument [all …]
|
D | simdlib_256_avx512_core.inl | 36 #define SIMD_DWRAPPER_1_(op, intrin, mask) \ argument 41 #define SIMD_DWRAPPER_1(op) SIMD_DWRAPPER_1_(op, op, __mmask8(0xf)) argument 43 #define SIMD_DWRAPPER_1I_(op, intrin, mask) \ argument 49 #define SIMD_DWRAPPER_1I(op) SIMD_DWRAPPER_1I_(op, op, __mmask8(0xf)) argument 51 #define SIMD_DWRAPPER_2_(op, intrin, mask) \ argument 56 #define SIMD_DWRAPPER_2(op) SIMD_DWRAPPER_2_(op, op, __mmask8(0xf)) argument 58 #define SIMD_IWRAPPER_1_(op, intrin, mask) \ argument 63 #define SIMD_IWRAPPER_1_8(op) SIMD_IWRAPPER_1_(op, op, __mmask64(0xffffffffull)) argument 64 #define SIMD_IWRAPPER_1_16(op) SIMD_IWRAPPER_1_(op, op, __mmask32(0xffff)) argument 65 #define SIMD_IWRAPPER_1_64(op) SIMD_IWRAPPER_1_(op, op, __mmask8(0xf)) argument [all …]
|
/external/ms-tpm-20-ref/TPMCmd/Platform/include/ |
D | PlatformACT.h | 53 # define IF_ACT_0_IMPLEMENTED(op) argument 55 # define IF_ACT_0_IMPLEMENTED(op) op(0) argument 60 # define IF_ACT_1_IMPLEMENTED(op) argument 62 # define IF_ACT_1_IMPLEMENTED(op) op(1) argument 67 # define IF_ACT_2_IMPLEMENTED(op) argument 69 # define IF_ACT_2_IMPLEMENTED(op) op(2) argument 74 # define IF_ACT_3_IMPLEMENTED(op) argument 76 # define IF_ACT_3_IMPLEMENTED(op) op(3) argument 81 # define IF_ACT_4_IMPLEMENTED(op) argument 83 # define IF_ACT_4_IMPLEMENTED(op) op(4) argument [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | ACT.h | 43 # define IF_ACT_0_IMPLEMENTED(op) argument 45 # define IF_ACT_0_IMPLEMENTED(op) op(0) argument 50 # define IF_ACT_1_IMPLEMENTED(op) argument 52 # define IF_ACT_1_IMPLEMENTED(op) op(1) argument 57 # define IF_ACT_2_IMPLEMENTED(op) argument 59 # define IF_ACT_2_IMPLEMENTED(op) op(2) argument 64 # define IF_ACT_3_IMPLEMENTED(op) argument 66 # define IF_ACT_3_IMPLEMENTED(op) op(3) argument 71 # define IF_ACT_4_IMPLEMENTED(op) argument 73 # define IF_ACT_4_IMPLEMENTED(op) op(4) argument [all …]
|
/external/vixl/test/ |
D | test-operands.cc | 44 aarch32::Operand op = aarch32::Operand::From(42); in TEST_AARCH32() local 50 aarch32::Operand op = aarch32::Operand::From(-42); in TEST_AARCH32() local 58 aarch32::Operand op = aarch32::Operand::From(-1); in TEST_AARCH32() local 64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX); in TEST_AARCH32() local 70 aarch32::Operand op = aarch32::Operand::From(INT32_MAX); in TEST_AARCH32() local 76 aarch32::Operand op = aarch32::Operand::From(INT32_MIN); in TEST_AARCH32() local 84 aarch32::Operand op = aarch32::Operand::From(INT64_C(-1)); in TEST_AARCH32() local 90 aarch32::Operand op = aarch32::Operand::From(INT64_C(-42)); in TEST_AARCH32() local 100 aarch32::Operand op = aarch32::Operand::From(&data); in TEST_AARCH32() local 108 aarch32::Operand op = aarch32::Operand::From(data); in TEST_AARCH32() local
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_ops_test.cc | 31 ShapeInferenceTestOp op("TensorScatterUpdate"); in TEST() local 52 ShapeInferenceTestOp op("ScatterNd"); in TEST() local 64 ShapeInferenceTestOp op("UnravelIndex"); in TEST() local 79 ShapeInferenceTestOp op("Pack"); in TEST() local 131 ShapeInferenceTestOp op("Unpack"); in TEST() local 170 ShapeInferenceTestOp op("Const"); in TEST() local 201 ShapeInferenceTestOp op(op_name); in TEST() local 208 ShapeInferenceTestOp op("MatrixBandPart"); in TEST() local 215 ShapeInferenceTestOp op("GuaranteeConst"); in TEST() local 223 ShapeInferenceTestOp op(op_name); in TEST() local [all …]
|
D | training_ops_test.cc | 23 static void TestGradAndIndicesErrorHandling(const ShapeInferenceTestOp& op, in TestGradAndIndicesErrorHandling() 46 ShapeInferenceTestOp op("ApplyGradientDescent"); in TEST() local 58 ShapeInferenceTestOp op("ApplyProximalGradientDescent"); in TEST() local 72 ShapeInferenceTestOp op("SparseApplyProximalGradientDescent"); in TEST() local 86 ShapeInferenceTestOp op("ApplyAdadelta"); in TEST() local 106 ShapeInferenceTestOp op("SparseApplyAdadelta"); in TEST() local 128 ShapeInferenceTestOp op("ApplyAdagrad"); in TEST() local 142 ShapeInferenceTestOp op("SparseApplyAdagrad"); in TEST() local 159 ShapeInferenceTestOp op("ApplyProximalAdagrad"); in TEST() local 175 ShapeInferenceTestOp op("SparseApplyProximalAdagrad"); in TEST() local [all …]
|
D | sparse_ops_test.cc | 26 ShapeInferenceTestOp op("SparseTensorDenseAdd"); in TEST() local 33 ShapeInferenceTestOp op("SparseAdd"); in TEST() local 43 ShapeInferenceTestOp op("SparseAddGrad"); in TEST() local 56 ShapeInferenceTestOp op("SparseSliceGrad"); in TEST() local 68 ShapeInferenceTestOp op("SparseReorder"); in TEST() local 85 ShapeInferenceTestOp op("SparseReshape"); in TEST() local 103 ShapeInferenceTestOp op("SparseSplit"); in TEST() local 122 ShapeInferenceTestOp op("SparseToDense"); in TEST() local 135 ShapeInferenceTestOp op("SparseReduceSum"); in TEST() local 149 ShapeInferenceTestOp op("SerializeSparse"); in TEST() local [all …]
|
D | nn_ops_test.cc | 27 ShapeInferenceTestOp op("TopK"); in TEST() local 56 ShapeInferenceTestOp op("TopKV2"); in TEST() local 85 ShapeInferenceTestOp op("NthElement"); in TEST() local 108 ShapeInferenceTestOp op("BatchNormWithGlobalNormalization"); in TEST() local 131 ShapeInferenceTestOp op("QuantizedBatchNormWithGlobalNormalization"); in TEST() local 160 ShapeInferenceTestOp op("BatchNormWithGlobalNormalizationGrad"); in TEST() local 182 ShapeInferenceTestOp op("FusedBatchNorm"); in TEST() local 278 ShapeInferenceTestOp op("FusedBatchNormGrad"); in TEST() local 324 ShapeInferenceTestOp op("Conv2DBackpropInput"); in TEST() local 343 ShapeInferenceTestOp op("Conv3DBackpropInput"); in TEST() local [all …]
|
D | io_ops_test.cc | 25 ShapeInferenceTestOp op("Save"); in TEST() local 45 ShapeInferenceTestOp op("SaveSlices"); in TEST() local 72 ShapeInferenceTestOp op("Restore"); in TEST() local 83 ShapeInferenceTestOp op("RestoreV2"); in TEST() local 103 ShapeInferenceTestOp op("RestoreSlice"); in TEST() local 115 ShapeInferenceTestOp op("ShardedFilename"); in TEST() local 127 ShapeInferenceTestOp op("ShardedFilespec"); in TEST() local 139 ShapeInferenceTestOp op(op_name); in TEST() local 151 ShapeInferenceTestOp op(op_name); in TEST() local 161 ShapeInferenceTestOp op("ReaderRead"); in TEST() local [all …]
|
D | image_ops_test.cc | 27 ShapeInferenceTestOp op("SampleDistortedBoundingBox"); in TEST() local 34 ShapeInferenceTestOp op(op_name); in TEST() local 55 ShapeInferenceTestOp op("DecodeGif"); in TEST() local 66 ShapeInferenceTestOp op("DecodeImage"); in TEST() local 95 ShapeInferenceTestOp op(op_name); in TEST() local 124 ShapeInferenceTestOp op(op_name); in TEST() local 158 ShapeInferenceTestOp op(op_name); in TEST() local 176 ShapeInferenceTestOp op(op_name); in TEST() local 186 ShapeInferenceTestOp op("ExtractJpegShape"); in TEST() local 197 ShapeInferenceTestOp op(op_name); in TEST() local [all …]
|
D | math_ops_test.cc | 29 ShapeInferenceTestOp op("AddN"); in TEST() local 78 ShapeInferenceTestOp op("Cast"); in TEST() local 88 ShapeInferenceTestOp op(op_name); in TEST() local 114 bool incompatible_shape_error) { in TEST() 175 ShapeInferenceTestOp op(op_name); in TEST() local 180 ShapeInferenceTestOp op(op_name); in TEST() local 188 ShapeInferenceTestOp op("Select"); in TEST() local 285 ShapeInferenceTestOp op("Range"); in TEST() local 336 ShapeInferenceTestOp op("LinSpace"); in TEST() local 356 ShapeInferenceTestOp op("UnsortedSegmentSum"); in TEST() local [all …]
|
/external/grpc-grpc/test/core/end2end/ |
D | invalid_call_argument_test.cc | 58 grpc_op* op; in prepare_test() local 157 grpc_op* op; in test_non_null_reserved_on_op() local 176 grpc_op* op; in test_send_initial_metadata_more_than_once() local 207 grpc_op* op; in test_too_many_metadata() local 226 grpc_op* op; in test_send_null_message() local 250 grpc_op* op; in test_send_messages_at_the_same_time() local 283 grpc_op* op; in test_send_server_status_from_client() local 305 grpc_op* op; in test_receive_initial_metadata_twice_at_client() local 336 grpc_op* op; in test_receive_message_with_invalid_flags() local 355 grpc_op* op; in test_receive_two_messages_at_the_same_time() local [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 79 for (auto& op : ops) { in TEST() local 115 for (auto& op : ops) { in TEST() local 144 for (auto& op : ops) { in TEST() local 172 for (auto& op : ops) { in TEST() local 199 for (auto& op : ops) { in TEST() local 265 for (auto& op : ops) { in TEST() local 296 for (auto& op : ops) { in TEST() local 324 for (auto& op : ops) { in TEST() local 351 for (auto& op : ops) { in TEST() local 444 for (auto& op : ops) { in TEST() local [all …]
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 79 for (auto& op : ops) { in TEST() local 115 for (auto& op : ops) { in TEST() local 144 for (auto& op : ops) { in TEST() local 172 for (auto& op : ops) { in TEST() local 199 for (auto& op : ops) { in TEST() local 265 for (auto& op : ops) { in TEST() local 296 for (auto& op : ops) { in TEST() local 324 for (auto& op : ops) { in TEST() local 351 for (auto& op : ops) { in TEST() local 444 for (auto& op : ops) { in TEST() local [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/ |
D | remove_unused_instruction_test.cpp | 79 for (auto& op : ops) { in TEST() local 115 for (auto& op : ops) { in TEST() local 144 for (auto& op : ops) { in TEST() local 172 for (auto& op : ops) { in TEST() local 199 for (auto& op : ops) { in TEST() local 265 for (auto& op : ops) { in TEST() local 296 for (auto& op : ops) { in TEST() local 324 for (auto& op : ops) { in TEST() local 351 for (auto& op : ops) { in TEST() local 444 for (auto& op : ops) { in TEST() local [all …]
|
/external/python/cpython3/Objects/ |
D | cellobject.c | 9 PyCellObject *op; in PyCell_New() local 53 PyCell_Get(PyObject *op) in PyCell_Get() 64 PyCell_Set(PyObject *op, PyObject *obj) in PyCell_Set() 79 cell_dealloc(PyCellObject *op) in cell_dealloc() 87 cell_richcompare(PyObject *a, PyObject *b, int op) in cell_richcompare() 107 cell_repr(PyCellObject *op) in cell_repr() 118 cell_traverse(PyCellObject *op, visitproc visit, void *arg) in cell_traverse() 125 cell_clear(PyCellObject *op) in cell_clear() 132 cell_get_contents(PyCellObject *op, void *closure) in cell_get_contents() 144 cell_set_contents(PyCellObject *op, PyObject *obj, void *Py_UNUSED(ignored)) in cell_set_contents()
|