Searched refs:xla_output_shape (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | if_op.cc | 119 if (!xla::ShapeUtil::DynamicShapeIsCompatible(then_result.xla_output_shape, in ValidateShapes() 120 else_result.xla_output_shape) && in ValidateShapes() 121 !xla::ShapeUtil::DynamicShapeIsCompatible(else_result.xla_output_shape, in ValidateShapes() 122 then_result.xla_output_shape)) { in ValidateShapes() 129 xla::ShapeUtil::HumanString(then_result.xla_output_shape), " vs. ", in ValidateShapes() 130 xla::ShapeUtil::HumanString(else_result.xla_output_shape), in ValidateShapes() 138 xla::ShapeUtil::HumanString(then_result.xla_output_shape), " vs. ", in ValidateShapes() 139 xla::ShapeUtil::HumanString(else_result.xla_output_shape)); in ValidateShapes() 161 << xla::ShapeUtil::HumanString(then_result.xla_output_shape); in ValidateShapes()
|
D | while_op.cc | 185 body.xla_output_shape.tuple_shapes(i); in VerifyBodyInputAndOutputShapeMatch() 191 body.xla_output_shape.tuple_shapes(ctx->num_inputs()); in VerifyBodyInputAndOutputShapeMatch() 419 xla::Shape body_output_shape = body.xla_output_shape; in Compile() 461 << " -> " << xla::ShapeUtil::HumanString(body.xla_output_shape); in Compile() 463 << " -> " << xla::ShapeUtil::HumanString(cond.xla_output_shape); in Compile() 487 cond.xla_output_shape, in Compile() 490 cond.xla_output_shape, in Compile() 495 xla::ShapeUtil::HumanString(cond.xla_output_shape))); in Compile()
|
D | case_op.cc | 234 branch_results[0].xla_output_shape); in Compile()
|
/external/tensorflow/tensorflow/core/tpu/kernels/xla/ |
D | host_compute_ops.cc | 194 xla::Shape* xla_output_shape; in Compile() local 208 xla_output_shape = &inferred_xla_output_shape; in Compile() 212 xla_output_shape = &static_xla_output_shape_; in Compile()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compile_op_support.cc | 223 compilation_result.xla_output_shape, pos); in AddVariableUpdatesToCores() 286 compilation_result.xla_output_shape, i); in ComputeOutputShapesForEachCore() 328 compilation_result.xla_output_shape, device_assignment, in CreateHloModules()
|
D | tpu_util.cc | 61 instance.result_layout = &compilation_result.xla_output_shape; in BuildAotXlaComputationInstance()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 328 EXPECT_EQ(result.xla_output_shape, in TEST_F() 427 EXPECT_EQ(result.xla_output_shape, in TEST_F() 470 EXPECT_EQ(result.xla_output_shape, in TEST_F() 490 EXPECT_EQ(result.xla_output_shape, in TEST_F() 1189 result.xla_output_shape, in TEST_F() 1192 result.xla_output_shape); in TEST_F() 1234 result.xla_output_shape, in TEST_F() 1237 result.xla_output_shape); in TEST_F() 1622 EXPECT_TRUE(result.xla_output_shape.IsTuple()); in TEST_F() 1623 EXPECT_EQ(xla::ShapeUtil::TupleElementCount(result.xla_output_shape), 1); in TEST_F() [all …]
|
D | xla_helpers.h | 143 xla::Shape xla_output_shape; member
|
D | xla_compiler.cc | 1429 &result->resource_updates, &result->xla_output_shape, in CompileGraph() 1435 << xla::ShapeUtil::HumanStringWithLayout(result->xla_output_shape); in CompileGraph()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | get_compiler_ir.cc | 61 build_options.set_result_layout(result.xla_output_shape); in BuildExecutable()
|
D | xla_compilation_cache.cc | 267 build_options.set_result_layout(result.xla_output_shape); in GetBuildOptions()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_executable.h | 155 absl::string_view module_name, Shape xla_output_shape,
|
D | gpu_executable.cc | 1009 absl::string_view module_name, Shape xla_output_shape, in GpuExecutable() argument 1017 output_shape_(xla_output_shape), in GpuExecutable()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | compile_mlir_util.cc | 188 xla::Shape* xla_output_shape, std::vector<XlaOutputDescription>* outputs, in GetOutputInfo() argument 296 *xla_output_shape = xla::ShapeUtil::MakeTupleShape(shapes); in GetOutputInfo() 631 &compilation_result->xla_output_shape, &compilation_result->outputs, in PopulateResultIOInfo()
|
D | tf_xla_mlir_translate.cc | 106 << compilation_result.xla_output_shape.ToString() << '\n'; in PrintHloModuleText()
|