Home
last modified time | relevance | path

Searched defs:destinations (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops.py53 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 …]
Dparameter_server_strategy.py409 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
Done_device_strategy.py308 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
Dtpu_strategy.py1168 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
Ddistribute_lib.py2224 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
Dmirrored_strategy.py655 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
Dcollective_all_reduce_strategy.py742 def _gather_to_implementation(self, value, destinations, axis, options): argument
749 def _reduce_to(self, reduce_op, value, destinations, options): argument
Dvalues_util.py325 def apply_aggregation(strategy, value, aggregation, destinations): argument
Ddistribute_lib_test.py97 def _reduce_to(self, reduce_op, value, destinations, options): argument
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py98 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/
DLiveTraverser.h103 TDestinationStack destinations; variable
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DLiveTraverser.h103 TDestinationStack destinations; variable
/external/gemmlowp/meta/generators/
Dneon_emitter_64.py810 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
Dneon_emitter.py407 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/
Dcross_device_ops_test.py551 def _reduce(test_object, reduce_op, per_replica, destinations): argument
/external/skia/src/pdf/
DSkPDFDocument.cpp301 SkPDFDict destinations; in append_destinations() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fusion.cpp60 const std::vector<Instruction*>& destinations, in GetDependences()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fusion.cpp60 const std::vector<Instruction*>& destinations, in GetDependences()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_fusion.cpp60 const std::vector<Instruction*>& destinations, in GetDependences()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp1169 llvm::ArrayRef<mlir::Block *> destinations, in build()
1222 llvm::ArrayRef<mlir::Block *> destinations, in build()
/external/llvm-project/mlir/lib/Parser/
DParser.cpp726 OperationParser::parseSuccessors(SmallVectorImpl<Block *> &destinations) { in parseSuccessors()