HomeSort by relevance Sort by last modified time
    Searched refs:mutable_result (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
computation_layout.cc 65 *program_shape.mutable_result() = result_layout_.shape();
hlo_computation.cc 714 *program_shape.mutable_result() = root_instruction_->shape();
    [all...]
service.cc 93 *module->mutable_result() = literal.ToProto();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape.cc 190 *mutable_result() = Shape(program_shape_proto.result());
201 *proto.mutable_result() = result().ToProto();
layout_util.cc 170 LayoutUtil::SetToDefaultLayout(program_shape->mutable_result());
270 LayoutUtil::ClearLayout(program_shape->mutable_result());
shape.h 252 Shape* mutable_result() { return &result_; } function in class:xla::ProgramShape
shape_test.cc 152 *program_shape.mutable_result() = ShapeUtil::MakeShape(F32, {7});
shape_util.cc 154 *program_shape.mutable_result() = std::move(result);
    [all...]
  /external/tensorflow/tensorflow/compiler/xrt/tests/
raw_api_test.cc 454 *shapes1->mutable_result() =
465 *shapes2->mutable_result() =
702 *shapes->mutable_result() =
755 *shapes->mutable_result() =
822 *shapes->mutable_result() = result_shape.ToProto();
    [all...]
  /external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
fake_handshaker_server.cc 214 *response->mutable_result() = GetHandshakerResult();
  /external/tensorflow/tensorflow/compiler/xla/client/
local_client.cc 208 *hlo_snapshot->mutable_result() = literal.ToProto();
xla_builder.cc 161 *program_shape.mutable_result() = Shape(root_proto->shape());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
xrt.cc 158 *program_shape.mutable_result() = result_shape;
local_computation_builder.cc 406 return std::move(*shape.mutable_result());
  /external/tensorflow/tensorflow/compiler/xla/tests/
hlo_test_base.cc 82 *program_shape.mutable_result() = entry->root_instruction()->shape();

Completed in 2123 milliseconds