Searched defs:flat_shape (Results  1 – 8 of 8) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | all_reduce_contiguous.cc | 45     Shape flat_shape = ShapeUtil::MakeShape(element_type, {num_elements});  in ReplaceWithContiguousAllReduce()  local68     const Shape& flat_shape = flat_operands[i]->shape();  in ReplaceWithContiguousAllReduce()  local
 
 | 
| D | while_loop_simplifier.cc | 1039     const Shape& flat_shape = instr->shape();  in TryFlattenNestedTuples()  local
 | 
| /external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ | 
| D | rsqrt_builder.cc | 55   int flat_shape[] = {1, 1, 1, num_elements_};  in AddNumerator()  local91   int flat_shape[] = {1, 1, 1, num_elements_};  in PopulateSubGraph()  local
 
 | 
| /external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/ | 
| D | restore_ops.cc | 52   int64_t flat_shape[] = {1};  in CreateStringVectorTensorHandle()  local
 | 
| /external/tensorflow/tensorflow/core/kernels/fuzzing/ | 
| D | scatter_nd_fuzz.cc | 66     auto flat_shape = shape_tensor.flat<int32>();  in FuzzImpl()  local
 | 
| /external/tensorflow/tensorflow/core/grappler/costs/ | 
| D | analytical_cost_estimator_test.cc | 71     auto flat_shape = ops::Const(s.WithOpName("flat_shape"),  in CreateMiniGraph()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ | 
| D | all_reduce_blueconnect.cc | 215     Shape flat_shape = ShapeUtil::MakeShape(element_type, {num_elements});  in TryDecomposeAllReduce()  local
 | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | decode_proto_op.cc | 792       TensorShape flat_shape = {static_cast<int64_t>(message_count),  in Compute()  local
 |