Home
last modified time | relevance | path

Searched refs:computation_shape (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py180 computation_shape: Optional[np.ndarray] = None,
183 return device_assignment(topology, computation_shape, computation_stride,
339 computation_shape: Optional[np.ndarray] = None,
394 if computation_shape is None:
395 computation_shape = np.array([1] * topology_rank, dtype=np.int32)
397 computation_shape = np.asarray(computation_shape, dtype=np.int32)
404 if computation_shape.shape != (topology_rank,):
406 topology_rank, computation_shape.shape))
411 if any(computation_shape < 1):
414 computation_shape))
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTPUReplicateMetadata.pbtxt38 name: "computation_shape"
99 name: "computation_shape"
167 name: "computation_shape"
242 name: "computation_shape"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DTPUReplicateMetadata.pbtxt38 name: "computation_shape"
99 name: "computation_shape"
167 name: "computation_shape"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TPUReplicateMetadata.pbtxt35 name: "computation_shape"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.tpu.experimental.-device-assignment.pbtxt27 …argspec: "args=[\'topology\', \'computation_shape\', \'computation_stride\', \'num_replicas\'], va…
Dtensorflow.raw_ops.pbtxt4817 …_per_replica\', \'topology\', \'use_tpu\', \'device_assignment\', \'computation_shape\', \'host_co…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.tpu.experimental.-device-assignment.pbtxt27 …argspec: "args=[\'topology\', \'computation_shape\', \'computation_stride\', \'num_replicas\'], va…
Dtensorflow.raw_ops.pbtxt4817 …_per_replica\', \'topology\', \'use_tpu\', \'device_assignment\', \'computation_shape\', \'host_co…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dgraph_pruning_preserve_ops.mlir12 …1) wraps "tf.TPUReplicateMetadata"() {allow_soft_placement = false, computation_shape = [], device…
Dtpu_space_to_depth_pass.mlir24 …ate = "while/cluster_while_body_271", allow_soft_placement = false, computation_shape = [], device…
106 …_tpu_replicate = "cluster_eval_step", allow_soft_placement = false, computation_shape = [], device…
180 …_tpu_replicate = "cluster_eval_step", allow_soft_placement = false, computation_shape = [], device…
Dtpu_cluster_formation.mlir394 … {_tpu_replicate = "cluster_test_fn", allow_soft_placement = false, computation_shape = [], device…
419 … {_tpu_replicate = "cluster_test_fn", allow_soft_placement = false, computation_shape = [], device…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tpu_bridge_v1/
Dend_to_end.mlir12 …adata"() {_tpu_replicate = "cluster", allow_soft_placement = false, computation_shape = [], device…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dgraph-function-defs.pbtxt94 key: "computation_shape"
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc245 const auto& computation_shape = in Evaluate() local
248 if (!Shape::Equal().MinorToMajorOnlyInLayout()(computation_shape, in Evaluate()
253 i, ShapeUtil::HumanStringWithLayout(computation_shape), in Evaluate()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td837 DefaultValuedAttr<I64ArrayAttr, "{}">:$computation_shape,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt81475 name: "computation_shape"
81536 name: "computation_shape"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt54001 name: "computation_shape"