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