Home
last modified time | relevance | path

Searched refs:partition_type (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/tools/gcp/utils/
Dbig_query_utils.py79 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/
Dbig_query_utils.py83 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/
Dbig_query_utils.py67 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/
Dragged_to_tensor_op_test.py655 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/
Dtest_device_partition.cpp413 …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/
Dupload_test_results.py122 partition_type=_PARTITION_TYPE,
158 partition_type=_PARTITION_TYPE,
Dupload_rbe_results.py94 partition_type=_PARTITION_TYPE,
/external/grpc-grpc/tools/run_tests/python_utils/
Dupload_test_results.py123 partition_type=_PARTITION_TYPE,
160 partition_type=_PARTITION_TYPE,
Dupload_rbe_results.py94 partition_type=_PARTITION_TYPE,
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc306 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/
Dragged_tensor_to_tensor_tflite.cc430 auto partition_type = in CalculateOutputIndex() local
432 switch (partition_type) { in CalculateOutputIndex()