Searched defs:arg_shape (Results  1 – 11 of 11) sorted by relevance
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/ | 
| D | python_test_attrs.cc | 88     const auto& arg_shape = arg_type.getShape();  in verifyRegionArgAttribute()  local
 | 
| /external/tensorflow/tensorflow/compiler/jit/ | 
| D | shape_inference.cc | 83         const InferredShape& arg_shape = it->second;  in PropagateShapes()  local
 | 
| /external/tensorflow/tensorflow/dtensor/mlir/ | 
| D | spmd_expansion.cc | 224     llvm::ArrayRef<int64_t> arg_shape = ranked_type.getShape();  in UpdateFunctionArgsUsingLayout()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ | 
| D | compile_mlir_util.cc | 88     TensorShape arg_shape;  in GetTensorShapeFromXlaArgument()  local681   for (const auto& arg_shape : arg_shapes)  in CompileSerializedMlirToXlaHlo()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/client/ | 
| D | client.cc | 234   for (const auto& arg_shape : argument_shapes) {  in Compile()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | shape_inference.cc | 372   const Shape* arg_shape = nullptr;  in InferConcatOpShape()  local1122   const Shape* arg_shape = arg_shapes[0];  in InferMapShape()  local
 3316     const Shape& arg_shape = *arg_shapes[i];  in InferCallShape()  local
 
 | 
| D | shape_inference_test.cc | 1263   Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3});  in TEST_F()  local1274   Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3});  in TEST_F()  local
 1285   Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3});  in TEST_F()  local
 1296   Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3});  in TEST_F()  local
 1663   Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3});  in TEST_F()  local
 1674   Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3});  in TEST_F()  local
 
 | 
| D | hlo_evaluator.cc | 786     const auto& arg_shape = arg_literals[i]->shape();  in Evaluate()  local3671   const Shape& arg_shape = input_args[0]->shape();  in GenerateReduceOutputElement()  local
 3740   const Shape& arg_shape = input_args[0]->shape();  in HandleReduce()  local
 
 | 
| /external/tensorflow/tensorflow/core/tpu/graph_rewrite/ | 
| D | distributed_tpu_rewrite_pass.cc | 1981     InferredShape& arg_shape =  in GetArgAndRetvalShapes()  local2648     const InferredShape& arg_shape = arg_shapes[i];  in BuildCompileNode()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/ | 
| D | xla_compiler_test.cc | 1700   xla::Shape arg_shape = xla::ShapeUtil::MakeTupleShape(shapes);  in TEST_F()  local
 | 
| /external/tensorflow/tensorflow/compiler/mlir/xla/ | 
| D | mlir_hlo_to_hlo.cc | 2328     xla::Shape& arg_shape = arg_shapes->back();  in SetEntryTupleShapesAndLeafReplication()  local
 |