Home
last modified time | relevance | path

Searched refs:real_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_state.py633 real_shape = outer_grad_state.AddBackpropAccumulatedValue(
635 result = array_ops.zeros(real_shape, val.dtype)
Dcontrol_flow_ops.py2004 real_shape = outer_grad_state.AddBackpropAccumulatedValue(
2006 acc = array_ops.zeros(real_shape, grad.dtype)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc695 auto real_shape = in HandleFft() local
705 ShapeUtil::ElementsIn(real_shape); in HandleFft()
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py285 real_shape = [d.size for d in tensor_value.tensor.tensor_shape.dim]
289 ).reshape(real_shape)