HomeSort by relevance Sort by last modified time
    Searched refs:AsProto (Results 1 - 25 of 37) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/periodic_resample/ops/
array_ops_test.cc 30 shape.AsProto(&shape_proto);
  /external/tensorflow/tensorflow/core/framework/
resource_handle.cc 30 void ResourceHandle::AsProto(ResourceHandleProto* proto) const {
48 AsProto(&proto);
73 p[i].AsProto(&proto);
resource_handle.h 61 void AsProto(ResourceHandleProto* proto) const;
tensor_slice_test.cc 71 s.AsProto(&proto);
106 s.AsProto(&proto);
variant_op_copy_test.cc 178 scalar_shape.AsProto(variant_proto.mutable_tensor_shape());
212 scalar_shape.AsProto(variant_proto.mutable_tensor_shape());
255 scalar_shape.AsProto(variant_proto.mutable_tensor_shape());
attr_value_util.cc 473 value.AsProto(out->mutable_shape());
481 value.AsProto(out->mutable_shape());
487 v.AsProto(out->mutable_list()->add_shape());
502 v.AsProto(out->mutable_list()->add_shape());
tensor_shape_test.cc 290 void AsProto(TensorShapeProto* proto) const;
464 void TensorShapeOld::AsProto(TensorShapeProto* proto) const {
525 s.AsProto(&sp);
526 sold.AsProto(&spold);
tensor_slice.h 112 void AsProto(TensorSliceProto* proto) const;
tensor_slice.cc 113 void TensorSlice::AsProto(TensorSliceProto* proto) const {
tensor.cc 351 data[i].AsProto(handles->Add());
892 shape_.AsProto(proto->mutable_tensor_shape());
902 shape_.AsProto(proto->mutable_tensor_shape());
    [all...]
tensor_shape.h 251 void AsProto(TensorShapeProto* proto) const;
  /external/tensorflow/tensorflow/core/kernels/
gpu_utils.cc 65 input.shape().AsProto(instr.mutable_input()->mutable_tensor_shape());
67 filter.shape().AsProto(instr.mutable_filter()->mutable_tensor_shape());
69 output.shape().AsProto(instr.mutable_output()->mutable_tensor_shape());
88 input.shape().AsProto(instr.mutable_input()->mutable_tensor_shape());
90 filter.shape().AsProto(instr.mutable_filter()->mutable_tensor_shape());
92 output.shape().AsProto(instr.mutable_output()->mutable_tensor_shape());
94 bias.shape().AsProto(instr.mutable_bias()->mutable_tensor_shape());
97 side_input->shape().AsProto(
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_util_test.cc 50 output_shapes[0].AsProto(&shape_proto);
  /external/tensorflow/tensorflow/core/util/
tensor_slice_writer.h 132 shape.AsProto(ssm->mutable_shape());
137 slice.AsProto(ssm->add_slice());
144 slice.AsProto(ss->mutable_slice());
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_worker.cc 100 val.shape().AsProto(tensor_proto->mutable_tensor_shape());
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.cc 320 input.shape().AsProto(instr.mutable_input()->mutable_tensor_shape());
322 filter.shape().AsProto(instr.mutable_filter()->mutable_tensor_shape());
324 output.shape().AsProto(instr.mutable_output()->mutable_tensor_shape());
326 bias.shape().AsProto(instr.mutable_bias()->mutable_tensor_shape());
329 side_input->shape().AsProto(
    [all...]
  /external/tensorflow/tensorflow/cc/ops/
const_op_test.cc 107 TensorShape({2, 2}).AsProto(proto.mutable_tensor_shape());
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_tensor_coding.cc 125 val.shape().AsProto(skeleton.mutable_tensor_shape());
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_rendezvous_mgr.cc 235 val.shape().AsProto(mpi_send_call->mRes_.mutable_response()
  /external/tensorflow/tensorflow/core/distributed_runtime/eager/
eager_service_impl.cc 146 t->shape().AsProto(proto);
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 423 val.shape().AsProto(entry->mutable_shape());
478 full_tensor_shape.AsProto(full_entry->mutable_shape());
480 slice_spec.AsProto(slice_proto);
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_util.cc 143 tensor.shape().AsProto(proto->mutable_tensor_shape());
  /external/tensorflow/tensorflow/core/distributed_runtime/
collective_param_resolver_distributed.cc 57 instance.shape.AsProto(req_.mutable_shape());
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder_test.cc 291 shape_1d.AsProto(input.mutable_tensor_shape());
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_graph.cc 444 conn.inside_shape.AsProto(&out_shape);
454 conn.outside_shape.AsProto(&in_shape);
    [all...]

Completed in 1154 milliseconds

1 2