/external/grpc-grpc/tools/gcp/utils/ |
D | big_query_utils.py | 79 partition_type='DAY', argument 90 description, partition_type, expiration_ms) 99 partition_type=None, argument 115 if partition_type and expiration_ms: 117 "type": partition_type,
|
/external/rust/crates/grpcio-sys/grpc/tools/gcp/utils/ |
D | big_query_utils.py | 83 partition_type='DAY', argument 94 description, partition_type, expiration_ms) 103 partition_type=None, argument 119 if partition_type and expiration_ms: 121 "type": partition_type,
|
/external/protobuf/benchmarks/util/ |
D | big_query_utils.py | 67 partition_type='DAY', argument 78 description, partition_type, expiration_ms) 87 partition_type=None, argument 103 if partition_type and expiration_ms: 105 "type": partition_type,
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_to_tensor_op_test.py | 655 for partition_type in ['row_splits', 'value_rowids']: 661 rt_val = self.rt_with_partition_type(rt_value, partition_type) 679 def rt_with_partition_type(self, rt, partition_type): argument 682 if partition_type == 'row_splits': 684 if partition_type == 'value_rowids': 686 self.rt_with_partition_type(rt.values, partition_type), 688 raise AssertionError('Unexpected partition_type %r' % partition_type)
|
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 413 …xt context, cl_command_queue queue, int num_elements, cl_device_partition_property *partition_type, in test_partition_of_device() argument 426 if (partition_type != NULL) in test_partition_of_device() 437 if (properties_returned[i] != partition_type[i]) { in test_partition_of_device() 438 if (!(partition_type[0] == CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN && in test_partition_of_device() 439 i == 1 && partition_type[1] == CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE && in test_partition_of_device() 445 …s_returned[%d] 0x%x != 0x%x partition_type[%d].", i, properties_returned[i], partition_type[i], i); in test_partition_of_device()
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 122 partition_type=_PARTITION_TYPE, 158 partition_type=_PARTITION_TYPE,
|
D | upload_rbe_results.py | 94 partition_type=_PARTITION_TYPE,
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | upload_test_results.py | 123 partition_type=_PARTITION_TYPE, 160 partition_type=_PARTITION_TYPE,
|
D | upload_rbe_results.py | 94 partition_type=_PARTITION_TYPE,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_tensor_op.cc | 306 auto partition_type = GetRowPartitionTypeByDimension(dimension); in CalculateOutputIndex() local 307 switch (partition_type) { in CalculateOutputIndex() 321 RowPartitionTypeToString(partition_type)); in CalculateOutputIndex()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_tensor_to_tensor_tflite.cc | 430 auto partition_type = in CalculateOutputIndex() local 432 switch (partition_type) { in CalculateOutputIndex()
|