HomeSort by relevance Sort by last modified time
    Searched refs:op_name (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 133 char *op_name; local
135 op_name = atifs_ops[(arg_count-1)+(optype?3:0)];
137 fprintf(stderr, "%s(%s, %s", op_name, _mesa_enum_to_string(op),
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 1736 string op_name = "CApiAttributesTestOp"; local
2198 string op_name = "TestCApi"; local
2243 string op_name = "TestCApi"; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 41 'op_name',
57 def CurrentSourceInfoMetadata(op_type=None, op_name=None, skip_frames=1):
63 op_name=op_name,
    [all...]
  /external/tensorflow/tensorflow/core/framework/
node_def_util.cc 557 // Data inputs are op_name, op_name:0, or op_name:12345.
597 Status ValidateOpName(const string& op_name) {
598 if (IsValidOpName(op_name)) {
601 return errors::InvalidArgument("Illegal op name '", op_name, "'");
dataset.h 128 // Return value of `DatasetType::op_name()` is used as the op type for the
454 const string op_name() const { return op_name_; } function in class:tensorflow::GraphDatasetBase
  /external/v8/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest.h     [all...]
  /external/elfutils/src/
readelf.c 4071 const char *op_name = dwarf_locexpr_opcode_string (op); local
4439 indent, "", (uintmax_t) offset, op_name); local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler_test.cc 73 void NodeSetUp(const string& name, const string& op_name,
77 node->set_op(op_name);
    [all...]
  /external/libdrm/intel/
intel_decode.c 854 int i, char *instr_prefix, const char *op_name)
862 op_name, dst, src0);
869 int i, char *instr_prefix, const char *op_name)
878 op_name, dst, src0, src1);
885 int i, char *instr_prefix, const char *op_name)
895 op_name, dst, src0, src1, src2);
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 2170 const char *op_name; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer.cc 873 const std::string& op_name = input_node->name(); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
xla_data.proto 231 string op_name = 2;
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils_test.cc 153 void ReplaceOpType(const std::unordered_set<string>& op_name,
156 if (op_name.count(node_def.name()) > 0) {
    [all...]
  /external/tensorflow/tensorflow/python/framework/
meta_graph.py 259 op_name, _ = tensor_name.split(":")
260 return op_name
    [all...]
ops.py     [all...]
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 448 def Operation(self, op_name, *args):
451 op = Operation(op_name, ins, outs)
  /system/update_engine/payload_generator/
inplace_generator.cc 709 const string& op_name) {
717 (*graph)[vertex].aop.name = op_name;
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc 98 const string& op_name = local
100 VLOG(2) << "running op request: " << op_name;
102 VLOG(2) << "done with op request: " << op_name;
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 193 for (const string& op_name : ops_to_ignore) {
196 if (node.op() == op_name) {
202 << "Op " << op_name
    [all...]

Completed in 1192 milliseconds

1 2 3 4 56 7 8