Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py170 computation_shape=None, argument
173 return device_assignment(topology, computation_shape, computation_stride,
178 computation_shape=None, argument
227 if computation_shape is None:
228 computation_shape = np.array([1] * topology_rank, dtype=np.int32)
230 computation_shape = np.asarray(computation_shape, dtype=np.int32)
237 if computation_shape.shape != (topology_rank,):
239 topology_rank, computation_shape.shape))
244 if any(computation_shape < 1):
247 computation_shape))
[all …]
Dtpu_context.py290 computation_shape=self._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.pbtxt3853 …_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.pbtxt3853 …_per_replica\', \'topology\', \'use_tpu\', \'device_assignment\', \'computation_shape\', \'host_co…
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc243 const auto& computation_shape = in Evaluate() local
246 if (!ShapeUtil::Equal(computation_shape, arg_shape)) { in Evaluate()
250 i, ShapeUtil::HumanStringWithLayout(computation_shape), in Evaluate()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt82355 name: "computation_shape"
82416 name: "computation_shape"
Dops_history.v1.pbtxt82982 name: "computation_shape"
83043 name: "computation_shape"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt40032 name: "computation_shape"