/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops.py | 53 def check_destinations(destinations): argument 69 def validate_destinations(destinations): argument 84 reduce_op, value, destinations, num_replicas_in_graph): argument 163 def get_devices_from(destinations): argument 185 def simple_broadcast(value, destinations, always_mirrored=False): argument 255 def reduce(self, reduce_op, per_replica_value, destinations, options=None): argument 303 def _gather(self, per_replica_value, destinations, axis, options=None): argument 350 def _gather_implementation(self, per_replica_value, destinations, axis, argument 430 def broadcast(self, tensor, destinations): argument 450 def reduce_implementation(self, reduce_op, per_replica_value, destinations, argument [all …]
|
D | parameter_server_strategy.py | 409 def _broadcast_to(self, tensor, destinations): argument 492 def _verify_destinations_not_different_worker(self, destinations): argument 504 def _gather_to_implementation(self, value, destinations, axis, argument 515 def _reduce_to(self, reduce_op, value, destinations, options): argument
|
D | one_device_strategy.py | 308 def _broadcast_to(self, tensor, destinations): argument 396 def _reduce_to(self, reduce_op, value, destinations, options): argument 400 def _gather_to_implementation(self, value, destinations, axis, options): argument
|
D | tpu_strategy.py | 1168 def _gather_to_implementation(self, value, destinations, axis, options): argument 1199 def _broadcast_output(self, destinations, output): argument 1215 def _reduce_to(self, reduce_op, value, destinations, options): argument 1313 def _broadcast_to(self, tensor, destinations): argument
|
D | distribute_lib.py | 2224 def reduce_to(self, reduce_op, value, destinations, options=None): argument 2309 def _reduce_to(self, reduce_op, value, destinations, options): argument 2426 def _gather_to(self, value, destinations, axis, options=None): argument 2458 def _gather_to_implementation(self, value, destinations, axis, options): argument 2655 def broadcast_to(self, tensor, destinations): argument 2672 def _broadcast_to(self, tensor, destinations): argument 3455 def _broadcast_to(self, tensor, destinations): argument 3465 def _reduce_to(self, reduce_op, value, destinations, options): argument 3470 def _gather_to_implementation(self, value, destinations, axis, options): argument
|
D | mirrored_strategy.py | 655 def _broadcast_to(self, tensor, destinations): argument 709 def _gather_to_implementation(self, value, destinations, axis, options): argument 719 def _reduce_to(self, reduce_op, value, destinations, options): argument
|
D | collective_all_reduce_strategy.py | 742 def _gather_to_implementation(self, value, destinations, axis, options): argument 749 def _reduce_to(self, reduce_op, value, destinations, options): argument
|
D | values_util.py | 325 def apply_aggregation(strategy, value, aggregation, destinations): argument
|
D | distribute_lib_test.py | 97 def _reduce_to(self, reduce_op, value, destinations, options): argument
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_remote.py | 98 def _send_call_tracebacks(destinations, argument 176 def send_graph_tracebacks(destinations, argument 200 def send_eager_tracebacks(destinations, argument
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | LiveTraverser.h | 103 TDestinationStack destinations; variable
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | LiveTraverser.h | 103 TDestinationStack destinations; variable
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 810 def EmitVLoadA(self, load_no, load_type, destinations, source): argument 820 def EmitVLoadAPostIncrement(self, load_no, load_type, destinations, source, argument 840 destinations, argument 916 def EmitVLoadOffsetA(self, load_no, load_type, destinations, source, offset): argument 1057 def EmitVSumReduce(self, reduce_type, elem_count, reduce_count, destinations, argument
|
D | neon_emitter.py | 407 def EmitVLoadA(self, load_no, load_type, destinations, source): argument 414 destinations, argument 508 def EmitVLoadOffsetA(self, load_no, load_type, destinations, source, offset): argument 666 def EmitVSumReduce(self, reduce_type, elem_count, reduce_count, destinations, argument
|
/external/tensorflow/tensorflow/python/distribute/v1/ |
D | cross_device_ops_test.py | 551 def _reduce(test_object, reduce_op, per_replica, destinations): argument
|
/external/skia/src/pdf/ |
D | SkPDFDocument.cpp | 301 SkPDFDict destinations; in append_destinations() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fusion.cpp | 60 const std::vector<Instruction*>& destinations, in GetDependences()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fusion.cpp | 60 const std::vector<Instruction*>& destinations, in GetDependences()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_fusion.cpp | 60 const std::vector<Instruction*>& destinations, in GetDependences()
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIROps.cpp | 1169 llvm::ArrayRef<mlir::Block *> destinations, in build() 1222 llvm::ArrayRef<mlir::Block *> destinations, in build()
|
/external/llvm-project/mlir/lib/Parser/ |
D | Parser.cpp | 726 OperationParser::parseSuccessors(SmallVectorImpl<Block *> &destinations) { in parseSuccessors()
|