Searched defs:reshape_shape (Results  1 – 13 of 13) sorted by relevance
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ | 
| D | reshape_tester.cc | 127     const std::array<int32_t, 1> reshape_shape{  in CreateTfLiteModel()  local
  | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | bitcast_decomposer.cc | 198       Shape reshape_shape = ShapeUtil::MakeShapeWithDescendingLayout(  in Run()  local
  | 
| D | dynamic_padder.cc | 1478         Shape reshape_shape = ShapeUtil::DeleteDimension(i, slice_shape);  in RewriteDynamicBinaryOp()  local
  | 
| D | algebraic_simplifier_test.cc | 2936   Shape reshape_shape = builder  in TEST_F()  local 4756   Shape reshape_shape = ShapeUtil::MakeShape(F32, {30, 1, 4});  in TEST_F()  local
  | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ | 
| D | optimize.cc | 64     ArrayRef<int64_t> reshape_shape = reshape_type.getShape();  in matchAndRewrite()  local
  | 
| D | einsum.cc | 657   std::vector<int64_t> reshape_shape =  in rewriteToBatchMatmul()  local
  | 
| D | legalize_hlo.cc | 2269       std::vector<int64_t> reshape_shape(type.getRank(), 1);  in matchAndRewrite()  local
  | 
| /external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ | 
| D | rsqrt_builder.cc | 108   const int reshape_shape[] = {1, 1, 1, 4};  in PopulateSubGraph()  local
  | 
| /external/ComputeLibrary/examples/ | 
| D | graph_ssd_mobilenet.cpp | 440 …         const std::pair<QuantizationInfo, QuantizationInfo> quant_info, TensorShape reshape_shape)  in get_node_C_qasymm()
  | 
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ | 
| D | cpu_instruction_fusion_test.cc | 321   Shape reshape_shape = ShapeUtil::MakeShape(F32, {8, 8});  in TEST_F()  local
  | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ | 
| D | optimize.cc | 1424     auto reshape_shape = reshape_op.getType().cast<ShapedType>();  in matchAndRewrite()  local
  | 
| /external/tensorflow/tensorflow/lite/toco/ | 
| D | export_tensorflow.cc | 611   const std::string reshape_shape =  in ConvertFullyConnectedOperator()  local
  | 
| /external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ | 
| D | legalize_common.cc | 2613   llvm::SmallVector<int64_t> reshape_shape;  in convertGenericReduceOp()  local
  |