Searched defs:arg_shape (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | lower_general_dot.cc | 52 llvm::ArrayRef<int64_t> arg_shape, in TransposeReshape()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference.cc | 83 const InferredShape& arg_shape = it->second; in PropagateShapes() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | compile_mlir_util.cc | 72 TensorShape arg_shape; in GetTensorShapeFromXlaArgument() local 506 for (const auto& arg_shape : arg_shapes) in CompileSerializedMlirToXlaHlo() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 235 for (const auto& arg_shape : argument_shapes) { in Compile() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 1228 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1239 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1250 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1261 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1628 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local 1639 Shape arg_shape = ShapeUtil::MakeShape(F32, {5, 3}); in TEST_F() local
|
D | shape_inference.cc | 391 const Shape* arg_shape = nullptr; in InferConcatOpShape() local 1124 const Shape* arg_shape = arg_shapes[0]; in InferMapShape() local 3197 const Shape& arg_shape = *arg_shapes[i]; in InferCallShape() local
|
D | hlo_evaluator.cc | 247 const auto& arg_shape = arg_literals[i]->shape(); in Evaluate() local 2366 const Shape& arg_shape = input_args[0]->shape(); in GenerateReduceOutputElement() local 2435 const Shape& arg_shape = input_args[0]->shape(); in HandleReduce() local
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_rewrite_pass.cc | 1768 InferredShape& arg_shape = in GetArgAndRetvalShapes() local 2364 const InferredShape& arg_shape = arg_shapes[i]; in BuildCompileNode() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 1450 xla::Shape& arg_shape = arg_shapes->back(); in SetEntryTupleShapesAndLeafReplication() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 1621 xla::Shape arg_shape = xla::ShapeUtil::MakeTupleShape(shapes); in TEST_F() local
|