Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape.cc193 *mutable_result() = Shape(program_shape_proto.result()); in ProgramShape()
204 *proto.mutable_result() = result().ToProto(); in ToProto()
Dlayout_util.cc166 LayoutUtil::SetToDefaultLayout(program_shape->mutable_result()); in SetToDefaultLayout()
266 LayoutUtil::ClearLayout(program_shape->mutable_result()); in ClearLayout()
Dshape_test.cc154 *program_shape.mutable_result() = ShapeUtil::MakeShape(F32, {7}); in TEST_F()
Dshape.h287 Shape* mutable_result() { return &result_; } in mutable_result() function
Dshape_util.cc170 *program_shape.mutable_result() = std::move(result); in MakeProgramShape()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc569 *shapes1->mutable_result() = in TEST()
580 *shapes2->mutable_result() = in TEST()
806 *shapes->mutable_result() = in TEST()
876 *shapes->mutable_result() = in TEST()
998 *shapes->mutable_result() = in TEST()
1051 *shapes->mutable_result() = in TEST()
1118 *shapes->mutable_result() = result_shape.ToProto(); in TEST()
1173 *shapes->mutable_result() = in TEST()
1215 *shapes->mutable_result() = xla::ShapeUtil::MakeShape(xla::F32, {}).ToProto(); in TEST()
1257 *shapes->mutable_result() = in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_layout.cc66 *program_shape.mutable_result() = result_layout_.shape(); in ComputeProgramShape()
Dhlo_computation.cc823 *program_shape.mutable_result() = root_instruction_->shape(); in ComputeProgramShape()
Dservice.cc93 *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.cc221 *snapshot->mutable_result() = literal->ToProto(); in DumpOutputsAndSaveSnapshot()
Dxla_builder.cc208 *program_shape.mutable_result() = Shape(root_proto->shape()); in GetProgramShape()
2589 *program_shape->mutable_result() = root->shape(); in BuildConstantSubGraph()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc82 *program_shape.mutable_result() = entry->root_instruction()->shape(); in GetProgramShapeWithLayout()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla.cc443 *program_shape.mutable_result() = result; in PYBIND11_MODULE()