Home
last modified time | relevance | path

Searched refs:NameAttrList (Results 1 – 25 of 137) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/jit/
Dcompilability_check_util.h144 std::pair<NameAttrList, std::vector<UncompilableNodeInfo>>>;
206 NameAttrList* encapsulating_function = nullptr,
211 NameAttrList* encapsulating_function = nullptr,
215 NameAttrList* encapsulating_function,
220 NameAttrList* encapsulating_function,
228 NameAttrList* encapsulating_function,
235 const std::string& call_name, NameAttrList* encapsulating_function,
274 NameAttrList* encapsulating_function,
293 const NameAttrList& function,
Dcompilability_check_util_test.cc138 uncompilable_nodes.find(NameAttrList().ShortDebugString()); in TEST_F()
173 NameAttrList function; in TEST_F()
216 NameAttrList compilable; in TEST_F()
218 NameAttrList uncompilable; in TEST_F()
245 NameAttrList function; in TEST_F()
286 NameAttrList uncompilable_fn1_attr; in TEST_F()
288 NameAttrList uncompilable_fn2_attr; in TEST_F()
322 NameAttrList function_one; in TEST_F()
346 NameAttrList function_two; in TEST_F()
438 NameAttrList b_name_attr; in TEST_F()
[all …]
Dcompilability_check_util.cc80 const NameAttrList* name_attr; in MakeCallNodeFromAttribute()
90 std::vector<NameAttrList> attr_lists; in MakeCallNodesFromAttribute()
233 NameAttrList* encapsulating_function, in IsCompilableIf()
252 NameAttrList* encapsulating_function, in IsCompilableCase()
279 NameAttrList* encapsulating_function, in IsCompilableWhile()
298 const std::string& call_name, NameAttrList* encapsulating_function, in ExtractNodeDefAndCheckCompilability()
329 NameAttrList* encapsulating_function, in IsCompilableCall()
343 NameAttrList function; in IsCompilableCall()
400 NameAttrList* encapsulating_function, in IsCompilableNode()
579 NameAttrList* encapsulating_function, in MaybeMarkUncompilableNode()
[all …]
Dxla_compilation_cache.h73 const NameAttrList& function,
122 const NameAttrList& function,
128 const XlaCompiler::Options& options, const NameAttrList& function,
Dencapsulate_util.h100 const NameAttrList& func_name_attrs, Node* node, in XlaClusterInfo()
109 const NameAttrList func_name_attrs;
Dxla_compilation_cache_test.cc28 NameAttrList fn; in TEST()
58 NameAttrList fn; in TEST()
84 NameAttrList fn; in BM_BuildSignature()
Drearrange_function_argument_pass_test.cc94 NameAttrList f; in TEST()
101 NameAttrList cond_fn, body_fn; in TEST()
114 [&](const NameAttrList &function, const FunctionBody **fbody) { in TEST()
214 NameAttrList cond_fn, body_fn; in TEST()
225 [&](const NameAttrList &function, const FunctionBody **fbody) { in TEST()
Dextract_outside_compilation_pass_test.cc117 NameAttrList shape_inference_graph; in TEST()
241 const string &xla_cluster_name, const NameAttrList &func_name_attrs, in ExtractOutsideCompilationTest()
295 NameAttrList name_attrs; in TEST_F()
330 NameAttrList shape_inference_graph; in TEST_F()
413 NameAttrList name_attrs; in TEST_F()
468 NameAttrList true_fn; in TEST_F()
470 NameAttrList false_fn; in TEST_F()
488 NameAttrList name_attrs; in TEST_F()
618 NameAttrList cond_fn; in TEST_F()
620 NameAttrList body_fn; in TEST_F()
[all …]
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-name-attr-list.pbtxt1 path: "tensorflow.NameAttrList"
4 name: "NameAttrList"
16 type_name: ".tensorflow.NameAttrList.AttrEntry"
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h52 const NameAttrList& function, bool has_ref_vars);
65 const NameAttrList function_;
101 const NameAttrList function_;
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.h87 NameAttrList&& func, Params params,
91 const NameAttrList& func() const { return func_; } in func()
114 FunctionMetadata(NameAttrList&& func, Params params) in FunctionMetadata()
119 NameAttrList func_;
168 const NameAttrList& func() const { return metadata_->func(); } in func()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.h57 NameAttrList cond_name_attr_;
58 NameAttrList body_name_attr_;
Dif_op.h50 NameAttrList then_branch_;
51 NameAttrList else_branch_;
Dcase_op.h59 std::pair<std::vector<NameAttrList>, xla::XlaOp> GetPrunedBranchesAndIndex(
62 std::vector<NameAttrList> unpruned_branches_;
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_utils.h30 class NameAttrList; variable
53 NameAttrList* function);
Dlower_while_op.cc65 static Status Run(Node* while_op, const NameAttrList& cond_fn, in Run()
66 const NameAttrList& body_fn, int parallel_iterations, in Run()
77 LowerWhileHelper(Node* while_op, const NameAttrList& cond_fn,
78 const NameAttrList& body_fn, int parallel_iterations,
177 LowerWhileHelper::LowerWhileHelper(Node* while_op, const NameAttrList& cond_fn, in LowerWhileHelper()
178 const NameAttrList& body_fn, in LowerWhileHelper()
Dlower_if_op.cc42 CondBuilder(Node* if_op, const NameAttrList& then_fn,
43 const NameAttrList& else_fn, bool keep_node_fetchable,
113 CondBuilder::CondBuilder(Node* if_op, const NameAttrList& then_fn, in CondBuilder()
114 const NameAttrList& else_fn, bool keep_node_fetchable, in CondBuilder()
Dlower_functional_ops_test.cc89 NameAttrList then_func; in WhileWithIfBody()
91 NameAttrList else_func; in WhileWithIfBody()
208 NameAttrList cond_func; in IfWithWhileThen()
210 NameAttrList body_func; in IfWithWhileThen()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc47 NameAttrList* then_fn, NameAttrList* else_fn) { in FindIfThenAndElse()
51 const NameAttrList* result; in FindIfThenAndElse()
143 NameAttrList then_fn; in CheckGraphDef()
144 NameAttrList else_fn; in CheckGraphDef()
292 Status FindWhileCondAndBody(const GraphDef& graph, NameAttrList* cond, in FindWhileCondAndBody()
293 NameAttrList* body) { in FindWhileCondAndBody()
296 const NameAttrList* result; in FindWhileCondAndBody()
369 NameAttrList cond_fn, body_fn; in TEST()
519 NameAttrList cond_fn, body_fn; in TEST()
637 NameAttrList cond_fn, body_fn; in TEST()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dpartitioned_function_ops.h26 class NameAttrList; variable
58 std::unique_ptr<NameAttrList> func_;
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.h46 class NameAttrList; variable
97 void AddNodeAttr(StringPiece name, const NameAttrList& value,
125 void AddNodeAttr(StringPiece name, gtl::ArraySlice<NameAttrList> value,
256 const NameAttrList** value); // type: "func"
258 const NameAttrList** value); // type: "func"
262 NameAttrList* value); // type: "func"
264 std::vector<NameAttrList>* value); // type: "list(func)"
Dattr_value_util.h35 class NameAttrList; variable
69 void SetAttrValue(const NameAttrList& value, AttrValue* out);
88 void SetAttrValue(gtl::ArraySlice<NameAttrList> value, AttrValue* out);
Dattr_value_util.cc137 const NameAttrList& func = a.func(); in AttrValueHash()
171 const NameAttrList& af = a.func(); in AreAttrValuesEqual()
172 const NameAttrList& bf = b.func(); in AreAttrValuesEqual()
217 string SummarizeFunc(const NameAttrList& func) { in SummarizeFunc()
577 void SetAttrValue(const NameAttrList& value, AttrValue* out) { in SetAttrValue()
581 void SetAttrValue(gtl::ArraySlice<NameAttrList> value, AttrValue* out) { in SetAttrValue()
607 for (const NameAttrList& func : val.list().func()) { in HasPlaceHolder()
635 for (NameAttrList& func : *value->mutable_list()->mutable_func()) { in SubstitutePlaceholders()
Dattr_value.proto28 repeated NameAttrList func = 9; // "list(attr)"
46 NameAttrList func = 10;
61 message NameAttrList { message
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.h83 const NameAttrList& function, const tpu::TPUCompileMetadataProto metadata, in TpuCompileOpKernelCommon()
177 const NameAttrList& function,
212 NameAttrList function_;

123456