Home
last modified time | relevance | path

Searched refs:mutable_result (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape.cc200 *mutable_result() = Shape(program_shape_proto.result()); in ProgramShape()
211 *proto.mutable_result() = result().ToProto(); in ToProto()
Dlayout_util.cc172 LayoutUtil::SetToDefaultLayout(program_shape->mutable_result()); in SetToDefaultLayout()
272 LayoutUtil::ClearLayout(program_shape->mutable_result()); in ClearLayout()
Dshape_test.cc155 *program_shape.mutable_result() = ShapeUtil::MakeShape(F32, {7}); in TEST_F()
Dshape.h303 Shape* mutable_result() { return &result_; } in mutable_result() function
Dshape_util.cc248 *program_shape.mutable_result() = std::move(result); in MakeProgramShape()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc654 *shapes1->mutable_result() = in TEST()
665 *shapes2->mutable_result() = in TEST()
891 *shapes->mutable_result() = in TEST()
961 *shapes->mutable_result() = in TEST()
1083 *shapes->mutable_result() = in TEST()
1141 *shapes->mutable_result() = dyn_shape.ToProto(); in TEST()
1198 *shapes->mutable_result() = dyn_shape.ToProto(); in TEST()
1250 *shapes->mutable_result() = in TEST()
1316 *shapes->mutable_result() = dyn_shape.ToProto(); in TEST()
1369 *shapes->mutable_result() = dyn_shape.ToProto(); in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_layout.cc79 *program_shape.mutable_result() = result_layout_.shape(); in ComputeProgramShape()
Dhlo_computation.cc843 *program_shape.mutable_result() = root_instruction_->shape(); in ComputeProgramShape()
Dservice.cc94 *module->mutable_result() = literal.ToProto(); in RecordResult()
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc214 *response->mutable_result() = GetHandshakerResult(); in ProcessNext()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc230 *snapshot->mutable_result() = literal->ToProto(); in DumpOutputsAndSaveSnapshot()
Dxla_builder.cc283 *program_shape.mutable_result() = Shape(root_proto->shape()); in GetProgramShape()
3417 *program_shape->mutable_result() = in BuildDynamicInferenceGraph()
3778 *program_shape->mutable_result() = root->shape(); in BuildConstantSubGraph()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc264 *program_shape.mutable_result() = result; in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc82 *program_shape.mutable_result() = entry->root_instruction()->shape(); in GetProgramShapeWithLayout()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc779 *hlo_snapshot->mutable_result() = literal->ToProto(); in DoWork()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3708 old_entry_layout.result_shape(), new_program_shape.mutable_result())); in Run()