/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A D | cpu_topk_test.cc | 38 xla_computation.GetProgramShape()); in TEST_F() 65 xla_computation.GetProgramShape()); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | dynamic_shaped_ops.cc | 128 auto true_shape = true_computation.GetProgramShape().value().result(); in DynamicConditional() 130 auto false_shape = false_computation.GetProgramShape().value().result(); in DynamicConditional() 175 branch_computations[i]->GetProgramShape()); in DynamicConditional()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_computation.cc | 26 StatusOr<ProgramShape> XlaComputation::GetProgramShape() const { in GetProgramShape() function in xla::XlaComputation
|
H A D | xla_builder.cc | 121 fused_computation.GetProgramShape()); in BuildFusion() 313 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(int64_t root_id) const { in GetProgramShape() function in xla::XlaBuilder 344 StatusOr<ProgramShape> XlaBuilder::GetProgramShape() const { in GetProgramShape() function in xla::XlaBuilder 346 return GetProgramShape(instructions_.back().id()); in GetProgramShape() 349 StatusOr<ProgramShape> XlaBuilder::GetProgramShape(XlaOp root) const { in GetProgramShape() function in xla::XlaBuilder 353 return GetProgramShape(root.handle()); in GetProgramShape() 546 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, GetProgramShape(root_id)); in Build() 898 computation.GetProgramShape()); in Call() 2252 computation.GetProgramShape()); in Map() 2372 TF_ASSIGN_OR_RETURN(const auto& body_program_shape, body.GetProgramShape()); in While() [all …]
|
H A D | xla_computation.h | 46 StatusOr<ProgramShape> GetProgramShape() const;
|
H A D | client.cc | 447 TF_ASSIGN_OR_RETURN(const auto& result, computation.GetProgramShape()); in GetComputationShape()
|
H A D | xla_builder.h | 340 StatusOr<ProgramShape> GetProgramShape() const; 344 StatusOr<ProgramShape> GetProgramShape(XlaOp root) const; 1005 StatusOr<ProgramShape> GetProgramShape(int64_t root_id) const;
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | axpy_simple_test.cc | 65 TF_ASSERT_OK_AND_ASSIGN(ProgramShape shape, builder.GetProgramShape()); in TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | xla_compiler.cc | 403 .def("program_shape", &XlaComputation::GetProgramShape) in BuildXlaCompilerSubmodule() 536 return root ? builder.GetProgramShape(*root) in BuildXlaCompilerSubmodule() 537 : builder.GetProgramShape(); in BuildXlaCompilerSubmodule()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | rng_bit_generator_expander.cc | 90 xla_computation.GetProgramShape()); in GetGeneratorComputation()
|
H A D | bitcast_dtypes_expander.cc | 108 xla_computation.GetProgramShape()); in ExpandInstruction()
|
H A D | rng_expander.cc | 116 xla_computation.GetProgramShape()); in GetComputationForRng()
|
H A D | cholesky_expander.cc | 252 xla_computation.GetProgramShape()); in ExpandInstruction()
|
H A D | eigh_expander.cc | 587 xla_computation.GetProgramShape()); in ExpandInstruction()
|
H A D | qr_expander.cc | 555 xla_computation.GetProgramShape()); in ExpandInstruction()
|
H A D | triangular_solve_expander.cc | 597 xla_computation.GetProgramShape()); in ExpandInstruction()
|
H A D | hlo_creation_utils.cc | 545 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, comparator.GetProgramShape()); in MakeSortHlo()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | get_compiler_ir.cc | 169 result.computation->GetProgramShape()); in GetCompilerIr()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | utils.cc | 156 computation.GetProgramShape()); in DetermineArgumentLayoutsFromCompileOptions()
|
H A D | tpu_client.cc | 182 computation.GetProgramShape()); in DeserializeExecutable()
|
H A D | tfrt_cpu_pjrt_client.cc | 252 computation.GetProgramShape()); in JitCompile() 386 computation.GetProgramShape()); in Compile()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | tf_xla_mlir_translate.cc | 85 compilation_result.computation->GetProgramShape().ValueOrDie()); in PrintHloModuleText()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | cudnn_vectorize_convolutions.cc | 79 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, comp.GetProgramShape()); in BuilderToHloComputation()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | custom_call_handler.cc | 191 TF_ASSIGN_OR_RETURN(ProgramShape program_shape, comparator.GetProgramShape()); in HandleCustomCallTopK()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_compiler_test.cc | 429 EXPECT_EQ(result.computation->GetProgramShape().value().result(), in TEST_F() 1191 EXPECT_EQ(result.computation->GetProgramShape().value().result(), in TEST_F() 1236 EXPECT_EQ(result.computation->GetProgramShape().value().result(), in TEST_F()
|