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

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/c/
test_op.cc 21 REGISTER_OP("TestCApi").Doc(R"doc(Used to test C API)doc");
test_op1.cc 21 REGISTER_OP("TestCApi1").Doc(R"doc(Used to test C API)doc");
  /external/tensorflow/tensorflow/python/kernel_tests/
duplicate_op.cc 21 REGISTER_OP("Add").Doc(R"doc(
24 )doc");
invalid_op.cc 23 .Doc(R"doc(
25 )doc");
  /external/tensorflow/tensorflow/java/src/test/native/
my_test_op.cc 20 .Doc("Custom operation for testing.")
  /external/tensorflow/tensorflow/compiler/xrt/ops/
xrt_state_ops.cc 27 .Doc(
43 .Doc(
69 .Doc(
84 .Doc(
101 .Doc(
119 .Doc(
132 .Doc(
145 .Doc(
160 .Doc(
178 .Doc(
    [all...]
xrt_compile_ops.cc 32 .Doc(
45 .Doc(
  /external/llvm/tools/yaml2obj/
yaml2obj.h 32 int yaml2coff(llvm::COFFYAML::Object &Doc, llvm::raw_ostream &Out);
33 int yaml2elf(llvm::ELFYAML::Object &Doc, llvm::raw_ostream &Out);
34 int yaml2macho(llvm::yaml::YamlObjectFile &Doc, llvm::raw_ostream &Out);
yaml2obj.cpp 47 yaml::YamlObjectFile Doc;
48 YIn >> Doc;
54 if (Doc.Elf)
55 return yaml2elf(*Doc.Elf, Out);
56 if (Doc.Coff)
57 return yaml2coff(*Doc.Coff, Out);
58 if (Doc.MachO || Doc.FatMachO)
59 return yaml2macho(Doc, Out);
  /art/tools/ahat/src/main/com/android/ahat/
AhatHandler.java 31 void handle(Doc doc, Query query) throws IOException;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2obj.h 36 int yaml2coff(llvm::COFFYAML::Object &Doc, llvm::raw_ostream &Out);
37 int yaml2elf(llvm::ELFYAML::Object &Doc, llvm::raw_ostream &Out);
38 int yaml2macho(llvm::yaml::YamlObjectFile &Doc, llvm::raw_ostream &Out);
39 int yaml2wasm(llvm::WasmYAML::Object &Doc, llvm::raw_ostream &Out);
yaml2obj.cpp 50 yaml::YamlObjectFile Doc;
51 YIn >> Doc;
54 if (Doc.Elf)
55 return yaml2elf(*Doc.Elf, Out);
56 if (Doc.Coff)
57 return yaml2coff(*Doc.Coff, Out);
58 if (Doc.MachO || Doc.FatMachO)
59 return yaml2macho(Doc, Out);
60 if (Doc.Wasm
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/ops/
get_serialized_resource_op.cc 32 .Doc(R"doc(
35 )doc");
  /external/tensorflow/tensorflow/contrib/kafka/ops/
dataset_ops.cc 31 .Doc(R"doc(
42 )doc");
  /external/tensorflow/tensorflow/contrib/kinesis/ops/
dataset_ops.cc 30 .Doc(R"doc(
40 )doc");
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/ops/
nearest_neighbor_ops.cc 28 .Doc(R"doc(
47 )doc");
  /external/tensorflow/tensorflow/contrib/factorization/ops/
factorization_ops.cc 34 .Doc(R"(
69 .Doc(R"(
  /external/tensorflow/tensorflow/contrib/tensor_forest/ops/
tensor_forest_ops.cc 28 .Doc(R"doc(
40 )doc");
46 .Doc(R"doc(
56 )doc");
stats_ops.cc 31 .Doc(R"doc(
33 )doc");
40 .Doc(R"doc(
46 )doc");
53 .Doc(R"doc(
59 )doc");
66 .Doc(R"doc
    [all...]
  /external/tensorflow/tensorflow/core/ops/
tpu_host_compute_ops.cc 30 .Doc(R"doc(
41 )doc");
51 .Doc(R"doc(
62 )doc");
scoped_allocator_ops.cc 31 .Doc(R"doc(
49 )doc");
63 .Doc(R"doc(
83 )doc");
96 .Doc(R"doc(
117 )doc");
sendrecv_ops.cc 31 .Doc(R"doc(
43 )doc");
55 .Doc(R"doc(
67 )doc");
79 .Doc(R"doc(
94 )doc");
106 .Doc(R"doc
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/ops/
xla_ops.cc 37 .Doc("XLA Launch Op. For use by the XLA JIT only.");
50 .Doc(
67 .Doc(R"(XLA Compile Op. For use by the XLA JIT only.
92 .Doc(R"(XLA Run Op. For use by the XLA JIT only.
  /external/tensorflow/tensorflow/contrib/ignite/ops/
dataset_ops.cc 34 .Doc(R"doc(
54 )doc");
  /external/tensorflow/tensorflow/contrib/image/ops/
distort_image_ops.cc 35 .Doc(R"Doc(
58 )Doc");

Completed in 4474 milliseconds

1 2 3 4 5 6 7