Home
last modified time | relevance | path

Searched refs:meta_output (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc285 std::unique_ptr<io::ZeroCopyOutputStream> meta_output( in Generate() local
287 if (!TextFormat::Print(annotations, meta_output.get())) { in Generate()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op_test.cc196 Tensor* meta_output) { in RunConv2D() argument
217 *meta_output = *GetOutput(2); in RunConv2D()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h825 Tensor meta_output(meta.dtype()); in CopyMklTensorInToOut()
829 CHECK(meta_output.CopyFrom(meta, meta.shape())); in CopyMklTensorInToOut()
831 context->set_output(idx_meta_out, meta_output); in CopyMklTensorInToOut()